diff options
-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 |