comparison ui/tests/CMakeLists.txt @ 48:3f8c2d46ded6

Add test for no connection handling
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 17 Mar 2014 11:20:37 +0000
parents c6125d73faf4
children 8ffbb48528ae
comparison
equal deleted inserted replaced
47:7e37c6033c81 48:3f8c2d46ded6
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 "${DOWNLOADER_SOURCES}") 28
29 # Downloader
30 set(DOWNLOADER_SOURCES_WITH_RESOURCES ${DOWNLOADER_SOURCES})
31 qt5_add_resources(DOWNLOADER_SOURCES_WITH_RESOURCES ${M13UI_RESOURCES})
32 add_m13_test(downloadertest.cpp "${DOWNLOADER_SOURCES_WITH_RESOURCES}")
33
29 #add_m13_test(${CMAKE_SOURCE_DIR}/ui/main.cpp "${M13UI_SOURCES}") 34 #add_m13_test(${CMAKE_SOURCE_DIR}/ui/main.cpp "${M13UI_SOURCES}")
30 35

http://wald.intevation.org/projects/trustbridge/