10 lines
149 B
Text
10 lines
149 B
Text
#module_parameters(RUN_TESTS_AT_COMPILE_TIME := false);
|
|
|
|
#load "arch.jai";
|
|
|
|
|
|
#scope_module;
|
|
|
|
#if RUN_TESTS_AT_COMPILE_TIME {
|
|
RUN_TESTS :: true;
|
|
}
|