From 2f3f7a4fbc6c77e3cf933ea01f584a28bc40936d Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 9 Oct 2021 20:27:42 +0200 Subject: Add initial tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfb7d4e..1f7c8dd 100755 --- a/Makefile +++ b/Makefile @@ -46,6 +46,9 @@ $(BUILD_DIR): tools run: $(BIN) ./$(BIN) -i +tests: $(BIN) + ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - + # Remove build directory. clean: rm -rf $(BUILD_DIR) -- cgit v1.2.1