11 lines
161 B
Text
11 lines
161 B
Text
#module_parameters(RUN_TESTS := false);
|
|
|
|
#load "base64.jai";
|
|
#load "json.jai";
|
|
|
|
|
|
#scope_module;
|
|
|
|
#if RUN_TESTS {
|
|
test :: #import,file "../test/module.jai";
|
|
}
|