From: Daniel Stenberg Date: Tue, 21 Jan 2003 10:32:40 +0000 (+0000) Subject: Added a 'test-full' target to run the tests in verbose mode. X-Git-Tag: curl-7_10_4~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39c12790bcaa208cf36031a9b20aad3e6cc52cef;p=curl Added a 'test-full' target to run the tests in verbose mode. --- diff --git a/Makefile.am b/Makefile.am index 90705b682..1b4df6ba4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,9 @@ check: test test: @(cd tests; $(MAKE) quiet-test) +test-full: + @(cd tests; $(MAKE) test) + # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros # must contain the following line: