This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
Code
Issues
Pull Requests
Releases
Wiki
Activity
7d1f2ac769
curl
/
tests
/
CMakeLists.txt
4 lines
74 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 00:00:39 +02:00
add_subdirectory
(
data
)
ENH: lower case cmake functions and remove tabs and re-indent cmake code
2009-06-09 19:29:16 +02:00
add_subdirectory
(
libtest
)
add_subdirectory
(
server
)
Reference in New Issue
Copy Permalink