From c934ceda5e5a8f9d706b1f4e31f343e293e24f6d Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 28 Oct 2021 13:54:56 +0200 Subject: Fix bug with logic operations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c65cfa..2aed0fb 100755 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ run: $(BIN) tests: $(BIN) ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - - # ./$(BIN) examples/booleans.bdl | diff tests/booleans_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 - ./$(BIN) examples/variables.bdl | diff tests/variables_expected.txt - -- cgit v1.2.1