This commit is contained in:
Judah Caruso 2025-05-23 11:48:43 -06:00
parent 7825dddfbf
commit 1491ac9d4b
2 changed files with 5 additions and 0 deletions

View file

@ -123,6 +123,8 @@ When authoring a new module, use this as a base plate:
#load "file_a.jai"; #load "file_a.jai";
#load "file_b.jai"; #load "file_b.jai";
#scope_file;
#if RUN_TESTS { #if RUN_TESTS {
test :: #import "jc/test"; test :: #import "jc/test";
} }

View file

@ -2,6 +2,9 @@
#load "arch.jai"; #load "arch.jai";
#scope_file;
#if RUN_TESTS { #if RUN_TESTS {
test :: #import "jc/test"; test :: #import "jc/test";
} }