jc/platform/module.jai

7 lines
108 B
Text

#module_parameters(RUN_TESTS := false);
#load "arch.jai";
#if RUN_TESTS {
test :: #import "jc/test";
}