aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 39d2fe0..ebb1bfb 100755
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ tests: $(BIN)
50 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - 50 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt -
51 ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt - 51 ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt -
52 ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt - 52 ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt -
53 ./$(BIN) examples/types.bdl | diff tests/types_expected.txt -
53 54
54# Remove build directory. 55# Remove build directory.
55clean: 56clean: