.
This commit is contained in:
parent
7825dddfbf
commit
1491ac9d4b
2 changed files with 5 additions and 0 deletions
|
|
@ -122,6 +122,8 @@ When authoring a new module, use this as a base plate:
|
|||
|
||||
#load "file_a.jai";
|
||||
#load "file_b.jai";
|
||||
|
||||
#scope_file;
|
||||
|
||||
#if RUN_TESTS {
|
||||
test :: #import "jc/test";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
#load "arch.jai";
|
||||
|
||||
|
||||
#scope_file;
|
||||
|
||||
#if RUN_TESTS {
|
||||
test :: #import "jc/test";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue