From b6a3052c3ebde6114ec6166971b3072460c44814 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 20:43:30 +1300 Subject: Add more tests, fix misc bugs found --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 053552f..6f04c4a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,6 +2,8 @@ CFLAGS += -I../ TESTS = \ test-whitespace-input \ + test-short-keyword \ + test-duplicate-input \ test-logic-and \ test-logic-or \ test-logic-nand \ -- cgit v1.1