9 lines
148 B
Text
9 lines
148 B
Text
#module_parameters(RUN_TESTS := false);
|
|
|
|
#load "static_array.jai";
|
|
|
|
#scope_module;
|
|
|
|
#if RUN_TESTS {
|
|
test :: #import,file "../test/module.jai";
|
|
}
|