jc/_run_all_tests.jai
2025-09-07 15:56:45 -06:00

11 lines
295 B
Text

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