1 2 3 4 5 6 7 8 9 10 11
RUN_TESTS = 0 .macro CALL_TESTS_ON_DONE .ifdef RUN_TESTS bit Globals::m_flags bvc :+ @test: nop : .endif .endmacro