diff options
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index 241f69c..f97acba 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -23,6 +23,8 @@ (test-module char) (test-module bitwise) (test-module vector) +(test-module dict) +(test-module io) (princ "\n\nTest with intensive GC:\n\n") (_alwaysgc #t) @@ -45,5 +47,7 @@ (test-module char) (test-module bitwise) (test-module vector) +(test-module dict) +(test-module io) (exit) |
