summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)