jc/_run_all_tests.jai
2025-09-03 20:27:41 -06:00

8 lines
157 B
Text

RunTests :: true;
#scope_file #run {
compiler :: #import "Compiler";
compiler.set_build_options_dc(.{ do_output = false });
#load "module.jai";
}