Added a 'test-full' target to run the tests in verbose mode.

This commit is contained in:
Daniel Stenberg 2003-01-21 10:32:40 +00:00
parent 126e6d6645
commit 39c12790bc
1 changed files with 3 additions and 0 deletions

View File

@ -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: