aboutsummaryrefslogtreecommitdiff
path: root/tests/os.nom
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/os.nom
parent0d888db6324ecd879ba770880173255b6c3f7ae5 (diff)
Fixed up nomsupath behavior and refactored file stuff into its own file.
Diffstat (limited to 'tests/os.nom')
-rw-r--r--tests/os.nom3
1 files changed, 3 insertions, 0 deletions
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."