about summary refs log tree commit diff stats
path: root/mu-init.subx
diff options
context:
space:
mode:
Diffstat (limited to 'mu-init.subx')
-rw-r--r--mu-init.subx10
1 files changed, 10 insertions, 0 deletions
diff --git a/mu-init.subx b/mu-init.subx
index 26accb8a..ddae2bae 100644
--- a/mu-init.subx
+++ b/mu-init.subx
@@ -15,6 +15,16 @@ Entry:
   #
 #?   (main 0 0 Primary-bus-secondary-drive)
   (set-cursor-position 0 0x30 2)
+  (test-tokenize-number)
+  (test-tokenize-negative-number)
+  (test-tokenize-quote)
+  (test-tokenize-backquote)
+  (test-tokenize-unquote)
+  (test-tokenize-unquote-splice)
+  (test-tokenize-dotted-list)
+  (test-tokenize-stream-literal)
+  (test-tokenize-stream-literal-in-tree)
+  (test-tokenize-indent)
   (test-infix)
 #?   # always first run tests
 #?   (run-tests)