comparison ui/tests/CMakeLists.txt @ 293:3ae8b3ab3eab

Depend on cinst target for cinsttest This triggers a rebuild of cinst if it changed when the cinstprocesstest is made.
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 02 Apr 2014 15:40:39 +0000
parents c05e126b0b9e
children 56507c3d5f1e
comparison
equal deleted inserted replaced
292:57867a523dcf 293:3ae8b3ab3eab
38 add_m13_test(downloadertest.cpp "${DOWNLOADER_SOURCES_WITH_RESOURCES};${CMAKE_CURRENT_SOURCE_DIR}/common.cpp") 38 add_m13_test(downloadertest.cpp "${DOWNLOADER_SOURCES_WITH_RESOURCES};${CMAKE_CURRENT_SOURCE_DIR}/common.cpp")
39 endif() 39 endif()
40 40
41 # Cinstprocess 41 # Cinstprocess
42 add_m13_test(cinstprocesstest.cpp "${CERTIFICATELIST_SOURCES}") 42 add_m13_test(cinstprocesstest.cpp "${CERTIFICATELIST_SOURCES}")
43 add_dependencies(cinstprocesstest cinst)
43 add_m13_test(commontest.cpp "") 44 add_m13_test(commontest.cpp "")
44 45
45 if (WIN32) 46 if (WIN32)
46 add_m13_test(windowsstoretest.cpp "${CERTIFICATELIST_SOURCES};${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") 47 add_m13_test(windowsstoretest.cpp "${CERTIFICATELIST_SOURCES};${CMAKE_SOURCE_DIR}/cinst/windowsstore.c")
47 endif (WIN32) 48 endif (WIN32)

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