aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-13 21:08:17 +0200
committerBad Diode <bd@badd10de.dev>2021-10-13 21:08:17 +0200
commit00cf382196f81e22256e22e5c79a9d3503db5e91 (patch)
tree861137232ac8199beffd5c8d53284ec7be751fba /Makefile
parentd38ae947933fe26773a810d91fba3b23766d4d92 (diff)
downloadbdl-00cf382196f81e22256e22e5c79a9d3503db5e91.tar.gz
bdl-00cf382196f81e22256e22e5c79a9d3503db5e91.zip
Add supress-errors primitive and variable tests
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebb1bfb..50e0828 100755
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ tests: $(BIN)
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 ./$(BIN) examples/types.bdl | diff tests/types_expected.txt -
54 ./$(BIN) examples/variables.bdl | diff tests/variables_expected.txt -
54 55
55# Remove build directory. 56# Remove build directory.
56clean: 57clean: