aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfb7d4e..1f7c8dd 100755
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,9 @@ $(BUILD_DIR): tools
46run: $(BIN) 46run: $(BIN)
47 ./$(BIN) -i 47 ./$(BIN) -i
48 48
49tests: $(BIN)
50 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt -
51
49# Remove build directory. 52# Remove build directory.
50clean: 53clean:
51 rm -rf $(BUILD_DIR) 54 rm -rf $(BUILD_DIR)