10 lines
168 B
Text
10 lines
168 B
Text
#module_parameters(RUN_TESTS_AT_COMPILE_TIME := false);
|
|
|
|
#load "base64.jai";
|
|
#load "json.jai";
|
|
|
|
#scope_module;
|
|
|
|
#if RUN_TESTS_AT_COMPILE_TIME {
|
|
RUN_TESTS :: true;
|
|
}
|