aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lisp
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-22 15:48:01 +0800
committerMistivia <i@mistivia.com>2025-06-22 15:48:01 +0800
commitb19a0b2ea246be5610812bf7dd4088e0c4a70952 (patch)
treefee7d6545d9073a1ab9d943fda0d0804e54237a8 /tests/test.lisp
parent9991238f133f2cb06ee366b2c92dbb32a126ae9d (diff)
eq, equal
Diffstat (limited to 'tests/test.lisp')
-rw-r--r--tests/test.lisp1
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")