diff options
author | David Phillips <david@sighup.nz> | 2017-12-28 20:43:30 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-28 20:43:30 +1300 |
commit | b6a3052c3ebde6114ec6166971b3072460c44814 (patch) | |
tree | 9a36552c07e6fea22c597616229ffd79e437aef2 /test/Makefile | |
parent | 7823d9c7e4f3c0485e8d96e44e0d94541762c6d1 (diff) | |
download | hence-b6a3052c3ebde6114ec6166971b3072460c44814.tar.xz |
Add more tests, fix misc bugs found
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |