Mercurial > trustbridge
comparison ui/tests/CMakeLists.txt @ 45:c6125d73faf4
Move SSLConnection into it's own class
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 16:40:53 +0000 |
parents | 5910bf9016cd |
children | 3f8c2d46ded6 |
comparison
equal
deleted
inserted
replaced
44:b3e8e047bc2c | 45:c6125d73faf4 |
---|---|
23 | 23 |
24 # Add the current source dir to the definition | 24 # Add the current source dir to the definition |
25 # so that it can be used in file names in the tests. | 25 # so that it can be used in file names in the tests. |
26 add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}") | 26 add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}") |
27 add_m13_test(certlistparsertest.cpp "${CERTIFICATELIST_SOURCES}") | 27 add_m13_test(certlistparsertest.cpp "${CERTIFICATELIST_SOURCES}") |
28 add_m13_test(downloadertest.cpp "${CMAKE_SOURCE_DIR}/ui/downloader.cpp") | 28 add_m13_test(downloadertest.cpp "${DOWNLOADER_SOURCES}") |
29 #add_m13_test(${CMAKE_SOURCE_DIR}/ui/main.cpp "${M13UI_SOURCES}") | 29 #add_m13_test(${CMAKE_SOURCE_DIR}/ui/main.cpp "${M13UI_SOURCES}") |
30 | 30 |