summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/docsummary
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/docsummary
parentee484e4b7c324485dcff2f65d8329fbd16aba009 (diff)
Name dependencies for script tests.
Diffstat (limited to 'searchcore/src/tests/proton/docsummary')
-rw-r--r--searchcore/src/tests/proton/docsummary/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/docsummary/CMakeLists.txt b/searchcore/src/tests/proton/docsummary/CMakeLists.txt
index 8e2aa848ee4..61c2604046c 100644
--- a/searchcore/src/tests/proton/docsummary/CMakeLists.txt
+++ b/searchcore/src/tests/proton/docsummary/CMakeLists.txt
@@ -29,4 +29,5 @@ vespa_add_executable(searchcore_summaryfieldconverter_test_app
DEPENDS
searchcore_docsummary
)
-vespa_add_test(NAME searchcore_docsummary_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/docsummary_test.sh)
+vespa_add_test(NAME searchcore_docsummary_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/docsummary_test.sh
+ DEPENDS searchcore_docsummary_test_app searchcore_summaryfieldconverter_test_app)