summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-08 21:41:05 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-08 21:41:05 (EDT)
commit97cc51a5feff0b56e425d67e2239a3adbe886a79 (patch)
tree3213050bbca33a54a61e40a4bf5818110073db09 /Makefile.in
parent63a799b986670ec4561a81423cf156965af221e5 (diff)
Make "test" target depend on "all" target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 15d761e..bf993e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -87,7 +87,7 @@ uninstall:
@printf 'Uninstalling manual pages...\n'
@cd man && $(MAKE) $(MACROS) uninstall
-test:
+test: all
@printf 'Running tests...\n'
@cd tests & $(MAKE) $(MACROS) test