8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
// Engine test cases. The framework itself lives in framework.jai, which is
|
|
// loaded separately so the game side gets it too.
|
|
|
|
#load "world_test.jai";
|
|
#load "../editor/rdm_disk_test.jai";
|
|
|
|
#load "engine_exe_tests/index.jai";
|