aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c65cfa..2aed0fb 100755
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ run: $(BIN)
50 50
51tests: $(BIN) 51tests: $(BIN)
52 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - 52 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt -
53 # ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt - 53 ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt -
54 # ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt - 54 # ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt -
55 # ./$(BIN) examples/types.bdl | diff tests/types_expected.txt - 55 # ./$(BIN) examples/types.bdl | diff tests/types_expected.txt -
56 ./$(BIN) examples/variables.bdl | diff tests/variables_expected.txt - 56 ./$(BIN) examples/variables.bdl | diff tests/variables_expected.txt -