diff options
author | Maxim Biro <nurupo.contributions@gmail.com> | 2013-07-21 21:00:51 -0400 |
---|---|---|
committer | Maxim Biro <nurupo.contributions@gmail.com> | 2013-07-21 21:12:44 -0400 |
commit | d60f5eafdbed12986e0c2918fa53a9f89e8059a8 (patch) | |
tree | ef16face6489c1653a0d421b748ff2483f79f01a | |
parent | 6260df230f36b7c0284faeb90c689ccb46a12366 (diff) |
Excluded tests that are not currently supported on building platform
-rw-r--r-- | testing/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 91c059a9..12efc2f4 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt | |||
@@ -2,10 +2,12 @@ cmake_minimum_required(VERSION 2.6.0) | |||
2 | 2 | ||
3 | cmake_policy(SET CMP0011 NEW) | 3 | cmake_policy(SET CMP0011 NEW) |
4 | 4 | ||
5 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_cryptosendfiletest.cmake) | 5 | #include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_cryptosendfiletest.cmake) |
6 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_sendfiletest.cmake) | 6 | #include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_sendfiletest.cmake) |
7 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_test.cmake) | 7 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_test.cmake) |
8 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testclient.cmake) | 8 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testclient.cmake) |
9 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testserver.cmake) | 9 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testserver.cmake) |
10 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Messenger_test.cmake) | 10 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Messenger_test.cmake) |
11 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) \ No newline at end of file | 11 | if(NOT WIN32) |
12 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) | ||
13 | endif() | ||