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:22 UTC

[mesos] 03/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 03117c4be9bca39f0f1ebb5e3cefd5a34f3e340b
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Thu Aug 1 21:32:30 2019 +0200

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

diff --git a/3rdparty/stout/tests/CMakeLists.txt b/3rdparty/stout/tests/CMakeLists.txt
index ff06607..e3291c7 100644
--- a/3rdparty/stout/tests/CMakeLists.txt
+++ b/3rdparty/stout/tests/CMakeLists.txt
@@ -110,4 +110,4 @@ target_include_directories(stout-tests PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
 
 # ADD TEST TARGET (runs when you do, e.g., `make check`).
 #########################################################
-add_test(NAME StoutTests COMMAND stout-tests)
+add_test(NAME StoutTests COMMAND ${TEST_DRIVER} stout-tests)