diff options
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index 4ca2964..797fc0d 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -4,6 +4,7 @@ (load (format "%s.lisp" ,name)) (princ (format "[PASS] %s\n" ,name)))) +(test-module "eq") (test-module "arithmetic") (test-module "error") (test-module "logic") |
