Makefile.in: display a message when 'make test' complete

Austin English austinenglish at gmail.com
Wed Oct 17 13:42:48 CDT 2012


Similar to what we do when wine's build is done.

-- 
-Austin
-------------- next part --------------
diff --git a/Makefile.in b/Makefile.in
index 72161fc..9aeed07 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,6 +35,9 @@ INSTALLDIRS = \
 all: wine
 	@echo "Wine build complete."
 
+test: wine
+	@echo "Testing complete."
+
 WINAPI_CHECK_EXTRA_FLAGS = --global
 
 @MAKE_RULES@


More information about the wine-patches mailing list