diff options
| author | Mistivia <i@mistivia.com> | 2025-06-27 21:21:42 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-27 21:21:42 +0800 |
| commit | 878a056f3accafaa797446eb3a3b1a66b36d0d07 (patch) | |
| tree | f56330127b96bdff11f2bd37b7229a94d02fcacc /tests/test.lisp | |
| parent | 0ba662762023b7e3788690d9990ab39e89fd6f34 (diff) | |
add more funcs
Diffstat (limited to 'tests/test.lisp')
| -rw-r--r-- | tests/test.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test.lisp b/tests/test.lisp index 5d5d807..4013888 100644 --- a/tests/test.lisp +++ b/tests/test.lisp @@ -21,6 +21,7 @@ (test-module list) (test-module type) (test-module char) +(test-module bitwise) (princ "\n\nTest with intensive GC:\n\n") (_alwaysgc #t) @@ -41,5 +42,6 @@ (test-module list) (test-module type) (test-module char) +(test-module bitwise) (exit) |
