summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--Makefile3
m---------tests (renamed from test)0
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 6c69bdbd..2b241c0a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "test"]
- path = test
+ path = tests
url = git@github.com:jkaivo/libc-tests.git
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)
diff --git a/test b/tests
-Subproject 7551fd06be130a02411b775e9bf8a9f995a1296
+Subproject 7551fd06be130a02411b775e9bf8a9f995a1296