This website requires JavaScript.
Explore
Help
Sign In
mirror
/
curl
Watch
2
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/curl/curl.git
synced
2024-11-21 01:16:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b1fb9e9563
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-13 06:00:39 +08:00
add_subdirectory
(
data
)
ENH: lower case cmake functions and remove tabs and re-indent cmake code
2009-06-10 01:29:16 +08: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 18:53:50 +08:00
add_subdirectory
(
unit
)
Reference in New Issue
Copy Permalink