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.subx5
1 files changed, 3 insertions, 2 deletions
diff --git a/mu-init.subx b/mu-init.subx
index 4ba24788..4bd7abc6 100644
--- a/mu-init.subx
+++ b/mu-init.subx
@@ -14,8 +14,9 @@ Entry:
   bd/copy-to-ebp 0/imm32
   #
 #?   (main 0 0 Primary-bus-secondary-drive)
-#?   (test-tokenize-backquote)
-#?   (test-tokenize-stream-literal)
+#?   (test-tokenize-indent)
+#?   (test-run-integer)
+#?   (test-run-expand-trace)
   # always first run tests
   (run-tests)
   (num-test-failures)  # => eax
='#n91'>91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116