summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tests: move TESTCASES to Makefile.inc, add show for cmakePeter Wu2014-10-131-0/+1
| | | | | | | | | | | | 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>
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-091-2/+2
|
* Added tests (exes) targets, refactor a few things.Benoit Neil2009-04-061-0/+2
PS: Once again, sorry if the added files have executable perms on Linux.