diff options
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index 59f91fb..8969a5b 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -19,6 +19,7 @@ (test-module let-binding) (test-module string) (test-module list) +(test-module type) (princ "\n\nTest with intensive GC:\n\n") (_alwaysgc #t) @@ -36,5 +37,7 @@ (test-module macro) (test-module let-binding) (test-module string) +(test-module list) +(test-module type) (exit) |
