aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-06-23 17:22:23 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-06-23 17:22:43 -0700
commit863983202ce4ef92d9e3a296a682535d157c245d (patch)
tree288411a534c8a64542ce1b101b9532cb12f11c7d /tests
parent0d888db6324ecd879ba770880173255b6c3f7ae5 (diff)
Fixed up nomsupath behavior and refactored file stuff into its own file.
Diffstat (limited to 'tests')
-rw-r--r--tests/metaprogramming.nom2
-rw-r--r--tests/os.nom3
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."