diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/metaprogramming.nom | 2 | ||||
| -rw-r--r-- | tests/os.nom | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/metaprogramming.nom b/tests/metaprogramming.nom index e7e22c5..0150350 100644 --- a/tests/metaprogramming.nom +++ b/tests/metaprogramming.nom @@ -1,4 +1,4 @@ -#.. +# Tests for the stuff defined in core/metaprogramming.nom use "core" diff --git a/tests/os.nom b/tests/os.nom index f96009f..c67279e 100644 --- a/tests/os.nom +++ b/tests/os.nom @@ -7,4 +7,7 @@ use "lib/os.nom" %lines <-: lines in: read file "tests/os.nom" assume: %lines.2 = " Tests for the stuff defined in lib/os.nom" +for file %f in "core" + say "\%f" + say "OS test passed." |
