diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-03-02 15:02:19 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-03-02 15:02:19 -0500 |
commit | 50b9a2e4a625d43c199ad3c471d96311d36fb7b0 (patch) | |
tree | ed32c0f7cf8aec4308e1f40482688dc0fde81431 /Makefile | |
parent | 07458cb09bfe1336c40f1866f105650c44810f43 (diff) |
add $(TESTS) to test target for only executing specific tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ headers $(INCDIR): $(TOPDIR)/.headers.mk $(TOPDIR)/mkh.sh $(MAKE) -f $(TOPDIR)/.headers.mk headers test: - cd tests && $(MAKE) && ./testlibc + cd tests && $(MAKE) && ./testlibc $(TESTS) ctags: ctags $$(find src -name \*.c) |