]> granicus.if.org Git - curl/commit
test: offer "automake" output and check for perl better
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Nov 2012 10:56:26 +0000 (11:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Nov 2012 10:56:26 +0000 (11:56 +0100)
commit14dc679ce0b9018ebe1bc7d0356b7869747ecd96
treec19dab6af73c59a69b60a281fd41f0abd278c1d4
parentef6f0403556afecc0a595915e016e7889eef0eb8
test: offer "automake" output and check for perl better

runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each
executed test. You can run 'make test-am' in the root build directory to
invoke that. The reason for this output style is to better allow generic
test suite parsers to also grok our test output.

The test Makefile now also tests that perl was indeed found and that the
PERL variable points to an executable before it tries to run the main
test perl script runtests.pl,
Makefile.am
tests/Makefile.am
tests/runtests.pl