From 97cc51a5feff0b56e425d67e2239a3adbe886a79 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 08 Sep 2012 21:41:05 -0400 Subject: Make "test" target depend on "all" target. --- (limited to 'Makefile.in') 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 -- cgit v0.9.1