summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: now using BUILD_TESTING=ON/OFFSergei Nikulov2016-06-211-0/+1
| | | | | | | | | | CMake build now using BUILD_TESTING=ON/OFF (default is OFF) to build tests and enabling CTest integration. Options BUILD_CURL_TESTS and BUILD_DASHBOARD_REPORTS was removed. Closes #882 Reviewed-by: Brad King
* 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.