aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-10 18:41:31 +0200
committerBad Diode <bd@badd10de.dev>2021-10-10 18:41:31 +0200
commit581116c655df4eb753098e013dd5854df95f7865 (patch)
tree5439c196d27ef7d6fe93f96b006f2cca24d8170f /Makefile
parent43861f9d91782d864dc9866eee1d39288bb3a76d (diff)
downloadbdl-581116c655df4eb753098e013dd5854df95f7865.tar.gz
bdl-581116c655df4eb753098e013dd5854df95f7865.zip
Add type introspection functions and tests
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: