summaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2019-03-29 10:24:56 +0100
committerGitHub <noreply@github.com>2019-03-29 10:24:56 +0100
commita748f744ef4f14bac32c9c62e71512162325e3b9 (patch)
tree5b0b94d98b55623cbf83be5ca745dfdc3e62279f /vdslib
parent61d4dc83eb126411f14e1f6ab7943f63eb70550c (diff)
parent05a1bf09442581f5344230dfd8fc956b1d720447 (diff)
Merge pull request #8900 from vespa-engine/arnej/no-more-python
stop using python script for cppunit tests
Diffstat (limited to 'vdslib')
-rw-r--r--vdslib/src/tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/vdslib/src/tests/CMakeLists.txt b/vdslib/src/tests/CMakeLists.txt
index e1853ab05bd..1fdc45a3163 100644
--- a/vdslib/src/tests/CMakeLists.txt
+++ b/vdslib/src/tests/CMakeLists.txt
@@ -29,6 +29,5 @@ vespa_add_executable(vdslib_testrunner_app TEST
# TODO: Test with a larger chunk size to parallelize test suite runs
vespa_add_test(
NAME vdslib_testrunner_app
- COMMAND python ${PROJECT_SOURCE_DIR}/cppunit-parallelize.py --chunks 1 $<TARGET_FILE:vdslib_testrunner_app>
- DEPENDS vdslib_testrunner_app
+ COMMAND vdslib_testrunner_app
)