aboutsummaryrefslogtreecommitdiff
path: root/test/defines.s
blob: 17c0221cb051ec30a16dd6055abd6d85aaf64578 (plain)
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