jc/_run_all_tests.jai
2025-09-06 00:52:48 -06:00

10 lines
263 B
Text

#scope_file #run {
compiler :: #import "Compiler";
compiler.set_build_options_dc(.{ do_output = false });
_ :: #import "jc"(true);
_ :: #import "jc/math"(RUN_TESTS = true);
_ :: #import "jc/fmt/base64"(true);
_ :: #import "jc/x/json"(true);
}