aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lisp
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-25 22:59:47 +0800
committerMistivia <i@mistivia.com>2025-06-25 23:05:37 +0800
commit8cc69279f5f4e786b5795c5f185c5e949708761e (patch)
tree188b31eedacccf18171de3dd9262e415bcf15038 /tests/test.lisp
parent44642d96eaef834b4bb846d27347ee681f9f5f7b (diff)
add char funcs
Diffstat (limited to 'tests/test.lisp')
-rw-r--r--tests/test.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test.lisp b/tests/test.lisp
index 8969a5b..5d5d807 100644
--- a/tests/test.lisp
+++ b/tests/test.lisp
@@ -20,6 +20,7 @@
(test-module string)
(test-module list)
(test-module type)
+(test-module char)
(princ "\n\nTest with intensive GC:\n\n")
(_alwaysgc #t)
@@ -39,5 +40,6 @@
(test-module string)
(test-module list)
(test-module type)
+(test-module char)
(exit)