aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lisp
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-22 17:23:32 +0800
committerMistivia <i@mistivia.com>2025-06-22 17:23:49 +0800
commit47c8353366c5cd7544d182a897bacaa303c08d8e (patch)
treed5362488aae5baba2afc3884d5339a09f182eaf9 /tests/test.lisp
parent5c0eddbed7f838daac17e0b9d9c2a23f17da4660 (diff)
math functions
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 797fc0d..9b0f888 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 "math")
(test-module "eq")
(test-module "arithmetic")
(test-module "error")