summaryrefslogtreecommitdiffstats
path: root/vdstestlib
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegardsjo@gmail.com>2016-11-17 14:49:56 +0100
committerGitHub <noreply@github.com>2016-11-17 14:49:56 +0100
commitcd530b4c5eb1231ef1fc7e8d8f51b02b57e896f8 (patch)
tree9a304f1a57fb67100df9449b560dac5f305bf31b /vdstestlib
parent3c318f310b1dc3459e2ec22cda60f1e760c4b4e1 (diff)
parentc4017c914843180583819a6554a53d9f86a8aa62 (diff)
Merge pull request #1125 from yahoo/loffevoffeloff/add-cppunit-test-runner-dependencies-to-parallelized-tests
Add testrunner dependencies to parallelized tests
Diffstat (limited to 'vdstestlib')
-rw-r--r--vdstestlib/src/tests/cppunit/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdstestlib/src/tests/cppunit/CMakeLists.txt b/vdstestlib/src/tests/cppunit/CMakeLists.txt
index 062a021ac41..f4c5ca205e9 100644
--- a/vdstestlib/src/tests/cppunit/CMakeLists.txt
+++ b/vdstestlib/src/tests/cppunit/CMakeLists.txt
@@ -12,4 +12,5 @@ vespa_add_test(
NAME vdstestlib_testrunner_app
NO_VALGRIND
COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:vdstestlib_testrunner_app>
+ DEPENDS vdstestlib_testrunner_app
)