summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/attribute/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/attribute/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/attribute/CMakeLists.txt b/searchcore/src/tests/proton/attribute/CMakeLists.txt
index 8fc96538d10..bd5f1937c54 100644
--- a/searchcore/src/tests/proton/attribute/CMakeLists.txt
+++ b/searchcore/src/tests/proton/attribute/CMakeLists.txt
@@ -8,7 +8,8 @@ vespa_add_executable(searchcore_attribute_test_app TEST
searchcore_flushengine
searchcore_pcommon
)
-vespa_add_test(NAME searchcore_attribute_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/attribute_test.sh)
+vespa_add_test(NAME searchcore_attribute_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/attribute_test.sh
+ DEPENDS searchcore_attribute_test_app)
vespa_add_executable(searchcore_attributeflush_test_app TEST
SOURCES
attributeflush_test.cpp
@@ -18,4 +19,5 @@ vespa_add_executable(searchcore_attributeflush_test_app TEST
searchcore_flushengine
searchcore_pcommon
)
-vespa_add_test(NAME searchcore_attributeflush_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/attributeflush_test.sh)
+vespa_add_test(NAME searchcore_attributeflush_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/attributeflush_test.sh
+ DEPENDS searchcore_attributeflush_test_app)