From c2bfb5368e603d686190fdc9f3ddbafbda075a9c Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 9 Oct 2021 21:21:32 +0200 Subject: Add some boolean procedures --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f7c8dd..afcd918 100755 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ run: $(BIN) ./$(BIN) -i tests: $(BIN) - ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - + ./$(BIN) examples/arithmetic.bdl | diff -q tests/arithmetic_expected.txt - # Remove build directory. clean: -- cgit v1.2.1