11 lines
189 B
Text
11 lines
189 B
Text
#module_parameters(RUN_TESTS_AT_COMPILE_TIME := false);
|
|
|
|
#load "murmur.jai";
|
|
#load "xxhash.jai";
|
|
#load "table.jai";
|
|
|
|
#scope_module;
|
|
|
|
#if RUN_TESTS_AT_COMPILE_TIME {
|
|
RUN_TESTS :: true;
|
|
}
|