aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-08-24 09:39:51 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-08-24 09:39:51 +0200
commit126de36b96db7713839ed38a36d7023e4b8c522a (patch)
tree49f16bcf3cf9fa3c4a8aab749b0e9895c7b3076d /searchcore/src/tests/proton/index/CMakeLists.txt
parentee484e4b7c324485dcff2f65d8329fbd16aba009 (diff)
Name dependencies for script tests.
Diffstat (limited to 'searchcore/src/tests/proton/index/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/index/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/CMakeLists.txt b/searchcore/src/tests/proton/index/CMakeLists.txt
index 68064365b8a..50824a4d762 100644
--- a/searchcore/src/tests/proton/index/CMakeLists.txt
+++ b/searchcore/src/tests/proton/index/CMakeLists.txt
@@ -30,4 +30,5 @@ vespa_add_executable(searchcore_indexcollection_test_app TEST
DEPENDS
searchcore_index
)
-vespa_add_test(NAME searchcore_index_test COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/index_test.sh)
+vespa_add_test(NAME searchcore_index_test COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/index_test.sh
+ DEPENDS searchcore_indexmanager_test_app searchcore_fusionrunner_test_app searchcore_diskindexcleaner_test_app searchcore_indexcollection_test_app)