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