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.
This commit is contained in:
Brad King
2019-03-21 12:56:35 -04:00
parent f7dca1fc97
commit ddad70c8a4

View File

@@ -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 $<CONFIGURATION>
--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}