summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f553f42c..7f069af5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ $(TOPDIR)/.headers.mk: $(TOPDIR)/mk.sh
headers $(INCDIR): $(TOPDIR)/.headers.mk $(TOPDIR)/mkh.sh
$(MAKE) -f $(TOPDIR)/.headers.mk headers
+test:
+ cd tests && $(MAKE) && ./testlibc
+
ctags:
ctags $$(find src -name \*.c)