From f20d043f9d9ace0ed6cd1359c8308c0eb39e0919 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 16 Nov 2013 17:05:12 +0100 Subject: Finished parser (all tests pass!) --- src/test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/test.sh') diff --git a/src/test.sh b/src/test.sh index 13b1c47..fc241bf 100755 --- a/src/test.sh +++ b/src/test.sh @@ -25,3 +25,12 @@ for a in ../tests/typing/*/*.cpp; do else echo "FAIL $a"; fi; done; + +echo "---" +echo "Testing EXEC/ only against parsing" +for a in ../tests/exec/*.cpp; do + if ./main.byte -parse-only $a; + then echo "OK $a"; + else echo "FAIL $a"; + fi; +done; -- cgit v1.2.3