From 581116c655df4eb753098e013dd5854df95f7865 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 10 Oct 2021 18:41:31 +0200 Subject: Add type introspection functions and tests --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39d2fe0..ebb1bfb 100755 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ tests: $(BIN) ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt - ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt - + ./$(BIN) examples/types.bdl | diff tests/types_expected.txt - # Remove build directory. clean: -- cgit v1.2.1