diff options
| author | Mistivia <i@mistivia.com> | 2025-06-21 20:20:12 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-21 20:23:24 +0800 |
| commit | 1cf7adef90777698d1f17363a5f82c997d5f1c34 (patch) | |
| tree | ae10b7efd3dc3d20a4f798849b5edaf1a31cc47f /tests/test.lisp | |
| parent | 249700617406474c5b60df2aa66a2a9951603e3c (diff) | |
fix tco bug
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") |
