tests: add stress test suite

This commit is contained in:
Marius Gerbershagen 2018-03-26 21:11:30 +02:00
parent 146b4a6ae1
commit b9c4c3fc90

View file

@ -21,12 +21,15 @@
;;;; Declare the suites
(suite 'ecl-tests
'(executable eformat ieee-fp eprocess package-ext hash-tables ansi+ mixed
cmp emb ffi mop mp run-program))
'(executable ieee-fp eprocess package-ext hash-tables ansi+ mixed
cmp emb ffi mop mp run-program eformat))
(suite 'make-check
'(executable ieee-fp eprocess package-ext hash-tables ansi+ mixed cmp emb
ffi mop run-program mp ieee-fp))
'(executable ieee-fp eprocess package-ext hash-tables ansi+ mixed
cmp emb ffi mop run-program mp))
(suite 'stress)
(test stress.all (finishes (1am-ecl:run)))
(defmacro is-true (form)