# HG changeset patch # User Andre Heinecke # Date 1396453239 0 # Node ID 3ae8b3ab3eab2beac80228193c3966b2341583a1 # Parent 57867a523dcf0811064f451ab48d769ed4d9c79b Depend on cinst target for cinsttest This triggers a rebuild of cinst if it changed when the cinstprocesstest is made. diff -r 57867a523dcf -r 3ae8b3ab3eab ui/tests/CMakeLists.txt --- 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)