From ddad70c8a48eb90493760b7fa3d3850235ad451a Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 21 Mar 2019 12:56:35 -0400 Subject: Tests: Run GHS tests in a separate ctest process These tests use a different compiler than the rest of the test suite. Isolate the rest of our tests from their environment. --- Tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 01f8226..a59b6eb 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2316,6 +2316,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release --build-generator "Green Hills MULTI" --build-project test --build-config $ + --force-new-ctest-process --build-options ${ghs_target_arch} ${ghs_toolset_name} ${ghs_toolset_root} ${ghs_target_platform} ${ghs_os_root} ${ghs_os_dir} ${ghs_bsp_name} ${_ghs_build_opts} ${_ghs_toolset_extra} ${_ghs_test_command} -- cgit v0.12