Add Tupfiles for testing modules

This commit is contained in:
Emery Hemingway 2022-11-26 13:50:04 -06:00
parent 65195a5eb7
commit ee2d379a65
3 changed files with 6 additions and 0 deletions

2
src/Tupfile Normal file
View File

@ -0,0 +1,2 @@
include_rules
: preserves.nim |> !nim_run |>

2
src/preserves/Tupfile Normal file
View File

@ -0,0 +1,2 @@
include_rules
: foreach *.nim |> !nim_run |>

2
tests/Tupfile Normal file
View File

@ -0,0 +1,2 @@
include_rules
: foreach test_*.nim |> !nim_run |>