set_dependency_order
authorDebian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Wed, 15 Jun 2016 06:35:08 +0000 (08:35 +0200)
committerSandro Knauß <hefee@debian.org>
Tue, 22 Nov 2016 20:42:07 +0000 (20:42 +0000)
Gbp-Pq: Name set_dependency_order.diff

autotests/akonadicontrol/CMakeLists.txt

index dc18aaeb8155b05d7ab8a05424cff9610973661c..4948d490fc61713454a04b38a586512d6dc7ad45 100644 (file)
@@ -10,6 +10,7 @@ macro(add_unit_test _source)
     get_filename_component(_name ${_source} NAME_WE)
     add_executable(${_name} ${_test})
     add_test(AkonadiControl-${_name} ${_name})
+    add_dependencies(${_name} akonadi_control)
     if (ENABLE_ASAN)
         set_tests_properties(AkonadiControl-${_name} PROPERTIES
                              ENVIRONMENT ASAN_OPTIONS=symbolize=1