summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-06 21:57:22 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-06 21:57:22 -0500
commit17c366e61acef079dd636a7280f46bab88d50a6f (patch)
treecfc075f83b4a500556072de0b57ba2e530cc461e
parent3c3515e2c7aa19bd5fef0397ee62c52064182ef5 (diff)
make all before running tests
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db454ba8..97709837 100644
--- a/Makefile
+++ b/Makefile
@@ -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: