aboutsummaryrefslogtreecommitdiff
path: root/src/2.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/2.s')
-rw-r--r--src/2.s5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/2.s b/src/2.s
index 353cb16..78b068e 100644
--- a/src/2.s
+++ b/src/2.s
@@ -138,7 +138,10 @@
@end:
;; Run tests now that everything has been done.
- CALL_TESTS_ON_DONE
+.ifdef RUN_TESTS
+@test:
+ nop
+.endif
@halt:
jmp @halt
.endproc