From 863983202ce4ef92d9e3a296a682535d157c245d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Jun 2018 17:22:23 -0700 Subject: Fixed up nomsupath behavior and refactored file stuff into its own file. --- tests/metaprogramming.nom | 2 +- tests/os.nom | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') 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." -- cgit v1.2.3