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 /Makefile | |
| parent | 2eb7295f3bae5729da95a5edf4ab93d06125bfe6 (diff) | |
add test target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
