aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.lisp')
-rw-r--r--tests/test.lisp3
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")