This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/moparisthebest/curl
synced
2024-10-31 15:45:12 -04:00
Code
Issues
Releases
Wiki
Activity
3b9ea70ee7
curl
/
tests
/
CMakeLists.txt
5 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
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>
2014-10-12 18:00:39 -04:00
add_subdirectory
(
data
)
ENH: lower case cmake functions and remove tabs and re-indent cmake code
2009-06-09 13:29:16 -04:00
add_subdirectory
(
libtest
)
add_subdirectory
(
server
)
cmake: now using BUILD_TESTING=ON/OFF 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
2016-06-16 06:53:50 -04:00
add_subdirectory
(
unit
)
Reference in New Issue
Copy Permalink