Loading Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -9,4 +9,4 @@ EXTRA_DIST = curl.spec curl-ssl.spec SUBDIRS = docs lib src include tests test: @(cd tests; make test) @(cd tests; make quiet-test) tests/Makefile.am +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ install: test: ./runtests.pl quiet-test: ./runtests.pl -s -c clean: rm -rf log find . -name "*~" | xargs rm -f Loading
Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -9,4 +9,4 @@ EXTRA_DIST = curl.spec curl-ssl.spec SUBDIRS = docs lib src include tests test: @(cd tests; make test) @(cd tests; make quiet-test)
tests/Makefile.am +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ install: test: ./runtests.pl quiet-test: ./runtests.pl -s -c clean: rm -rf log find . -name "*~" | xargs rm -f