summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegard@yahoo-inc.com>2016-11-17 14:49:02 +0100
committerVegard Sjonfjell <vegard@yahoo-inc.com>2016-11-17 14:49:02 +0100
commitc4017c914843180583819a6554a53d9f86a8aa62 (patch)
tree9a304f1a57fb67100df9449b560dac5f305bf31b /storageapi
parent3c318f310b1dc3459e2ec22cda60f1e760c4b4e1 (diff)
Add testrunner dependencies to parallelized tests
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storageapi/src/tests/CMakeLists.txt b/storageapi/src/tests/CMakeLists.txt
index ad7117076fe..fddd5cc7f6d 100644
--- a/storageapi/src/tests/CMakeLists.txt
+++ b/storageapi/src/tests/CMakeLists.txt
@@ -13,4 +13,5 @@ vespa_add_executable(storageapi_testrunner_app TEST
vespa_add_test(
NAME storageapi_testrunner_app
COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:storageapi_testrunner_app>
+ DEPENDS storageapi_testrunner_app
)