diff options
author | Sergei Nikulov <sergey.nikulov@gmail.com> | 2016-06-16 13:53:50 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-21 23:04:04 +0200 |
commit | 12e21fab26bd83dfa75f009a24380d144ea51857 (patch) | |
tree | d1a745c42a4ac1887de5a56928d3bc6f9544dda7 /tests/CMakeLists.txt | |
parent | 0bdec5e01d9914d97bb9ed1301b1590162fe2945 (diff) | |
download | curl-12e21fab26bd83dfa75f009a24380d144ea51857.tar.gz |
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
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index acd9caa00..63b4cda03 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,3 +1,4 @@ add_subdirectory(data) add_subdirectory(libtest) add_subdirectory(server) +add_subdirectory(unit) |