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>
This commit is contained in:
Peter Wu
2014-10-13 00:00:39 +02:00
committed by Daniel Stenberg
parent aec7c5a87c
commit 476499c75c
4 changed files with 169 additions and 137 deletions

View File

@@ -1,2 +1,3 @@
add_subdirectory(data)
add_subdirectory(libtest)
add_subdirectory(server)