15 lines
542 B
Text
15 lines
542 B
Text
#scope_file #run {
|
|
compiler :: #import "Compiler";
|
|
compiler.set_build_options_dc(.{ do_output = false });
|
|
|
|
#import "jc/array"(RUN_TESTS = true);
|
|
#import "jc/encoding"(RUN_TESTS = true);
|
|
#import "jc/hash"(RUN_TESTS = true);
|
|
#import "jc/memory"(RUN_TESTS = true);
|
|
#import "jc/meta"(RUN_TESTS = true);
|
|
#import "jc/platform"(RUN_TESTS = true);
|
|
|
|
rmath :: #import "jc/math"(.radians, RUN_TESTS = true);
|
|
dmath :: #import "jc/math"(.degrees, RUN_TESTS = true);
|
|
tmath :: #import "jc/math"(.turns, RUN_TESTS = true);
|
|
}
|