diff options
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index 614fcec..a303ed3 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -12,12 +12,12 @@ (test-module error) (test-module logic) (test-module tailcall) -(test-module tailcall-big) (test-module control-flow) (test-module lambda) (test-module comment) (test-module macro) (test-module let-binding) +(test-module string) (princ "\n\nTest with intensive GC:\n\n") (_alwaysgc #t) @@ -26,13 +26,14 @@ (test-module symbol) (test-module eq) (test-module arithmetic) -(test-module tailcall) (test-module error) (test-module logic) +(test-module tailcall) (test-module control-flow) (test-module lambda) (test-module comment) (test-module macro) (test-module let-binding) +(test-module string) (exit) |
