13 lines
227 B
Text
13 lines
227 B
Text
#module_parameters(RUN_TESTS_AT_COMPILE_TIME := false);
|
|
|
|
#load "bytes.jai";
|
|
#load "dynamic.jai";
|
|
#load "stable.jai";
|
|
#load "static.jai";
|
|
#load "xar.jai";
|
|
|
|
#scope_module;
|
|
|
|
#if RUN_TESTS_AT_COMPILE_TIME {
|
|
RUN_TESTS :: true;
|
|
}
|