mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 12:33:39 -08:00
tests: add stress test suite
This commit is contained in:
parent
146b4a6ae1
commit
b9c4c3fc90
1 changed files with 7 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue