diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-03-01 16:43:10 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-03-01 16:43:10 -0500 |
| commit | 5a0c02d1c183c55ab6ad01ee336d25071e9b0b25 (patch) | |
| tree | 68f0506e825544581c7cf4c7a42219a87cff524b | |
| parent | 2eb7295f3bae5729da95a5edf4ab93d06125bfe6 (diff) | |
add test target
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | Makefile | 3 | ||||
| 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 @@ -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 |
