diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-03-06 21:57:22 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-03-06 21:57:22 -0500 |
commit | 17c366e61acef079dd636a7280f46bab88d50a6f (patch) | |
tree | cfc075f83b4a500556072de0b57ba2e530cc461e | |
parent | 3c3515e2c7aa19bd5fef0397ee62c52064182ef5 (diff) |
make all before running tests
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ headers $(INCDIR): $(TOPDIR)/.headers.mk $(TOPDIR)/mkh.sh $(MAKE) -f $(TOPDIR)/.headers.mk headers test: + $(MAKE) all cd tests && $(MAKE) && ./testlibc $(TESTS) ctags: |