trueno/src/tests/index.jai
2026-08-02 11:42:00 +03:00

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";