aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/CMakeLists.txt')
-rw-r--r--document/src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/document/src/tests/CMakeLists.txt b/document/src/tests/CMakeLists.txt
index 83eb2571626..daba16750ab 100644
--- a/document/src/tests/CMakeLists.txt
+++ b/document/src/tests/CMakeLists.txt
@@ -38,4 +38,5 @@ vespa_add_executable(document_testrunner_app TEST
vespa_add_test(
NAME document_testrunner_app
COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:document_testrunner_app>
+ DEPENDS document_testrunner_app
)