changeset 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 57867a523dcf
children d95fd88f6616
files ui/tests/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ui/tests/CMakeLists.txt	Wed Apr 02 15:39:50 2014 +0000
+++ b/ui/tests/CMakeLists.txt	Wed Apr 02 15:40:39 2014 +0000
@@ -40,6 +40,7 @@
 
 # Cinstprocess
 add_m13_test(cinstprocesstest.cpp "${CERTIFICATELIST_SOURCES}")
+add_dependencies(cinstprocesstest cinst)
 add_m13_test(commontest.cpp "")
 
 if (WIN32)

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