Commit 39c12790 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 126e6d66
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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: