]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: move TESTCASES to Makefile.inc, add show for cmake
authorPeter Wu <peter@lekensteyn.nl>
Sun, 12 Oct 2014 22:00:39 +0000 (00:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Oct 2014 09:50:21 +0000 (11:50 +0200)
commit476499c75c83ffa3d65da398b5759a5f2fdb980d
tree58b04a3961543e4f56f18753a2e8d5615b784467
parentaec7c5a87c8482b6ddffa352d7d220698652262e
tests: move TESTCASES to Makefile.inc, add show for cmake

This change allows runtests.pl to be run from the CMake builddir:

    export srcdir=/tmp/curl/tests;
    perl -I$srcdir $srcdir/runtests.pl -l

In order to make this possible, all test cases have been moved from
Makefile.am to Makefile.inc.

Signed-off-by: Peter Wu <peter@lekensteyn.nl>
tests/CMakeLists.txt
tests/data/CMakeLists.txt [new file with mode: 0644]
tests/data/Makefile.am
tests/data/Makefile.inc [new file with mode: 0644]