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