You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2019/08/01 20:32:21 UTC

[mesos] 02/03: Enabled parallel test runner in cmake build.

This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 8a56a1ffbb4460a875a8553ab0429c472121e22b
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Thu Aug 1 21:32:27 2019 +0200

    Enabled parallel test runner in cmake build.
    
    Review: https://reviews.apache.org/r/69312/
---
 3rdparty/libprocess/src/tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdparty/libprocess/src/tests/CMakeLists.txt b/3rdparty/libprocess/src/tests/CMakeLists.txt
index 2bea6cf..b4ec990 100644
--- a/3rdparty/libprocess/src/tests/CMakeLists.txt
+++ b/3rdparty/libprocess/src/tests/CMakeLists.txt
@@ -113,7 +113,7 @@ if (ENABLE_SSL)
   add_dependencies(libprocess-tests ssl-client)
 endif ()
 
-add_test(NAME ProcessTests COMMAND libprocess-tests)
+add_test(NAME ProcessTests COMMAND ${TEST_DRIVER} libprocess-tests)
 
 # LIBPROCESS BENCHMARK TESTS.
 #############################