diff options
author | P. 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) |
commit | 97cc51a5feff0b56e425d67e2239a3adbe886a79 (patch) | |
tree | 3213050bbca33a54a61e40a4bf5818110073db09 | |
parent | 63a799b986670ec4561a81423cf156965af221e5 (diff) |
Make "test" target depend on "all" target.
-rw-r--r-- | Makefile.in | 2 |
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 |