summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-02 15:02:19 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-02 15:02:19 -0500
commit50b9a2e4a625d43c199ad3c471d96311d36fb7b0 (patch)
treeed32c0f7cf8aec4308e1f40482688dc0fde81431 /Makefile
parent07458cb09bfe1336c40f1866f105650c44810f43 (diff)
add $(TESTS) to test target for only executing specific tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f069af5..db454ba8 100644
--- a/Makefile
+++ b/Makefile
@@ -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)