From 5629b81f78c722e8001b8cee1628085a78a8ea9f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jun 2018 00:40:36 -0700 Subject: Updating tests. --- tests/os.nom | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/os.nom (limited to 'tests/os.nom') diff --git a/tests/os.nom b/tests/os.nom new file mode 100644 index 0000000..f96009f --- /dev/null +++ b/tests/os.nom @@ -0,0 +1,10 @@ +# + Tests for the stuff defined in lib/os.nom + +use "core" +use "lib/os.nom" + +%lines <-: lines in: read file "tests/os.nom" +assume: %lines.2 = " Tests for the stuff defined in lib/os.nom" + +say "OS test passed." -- cgit v1.2.3