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 07bdd5b..4ca2964 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -5,6 +5,9 @@ (princ (format "[PASS] %s\n" ,name)))) (test-module "arithmetic") +(test-module "error") +(test-module "logic") +(test-module "tailcall") (test-module "control-flow") (test-module "lambda") (test-module "comment") |
