Skip to content
Snippets Groups Projects
Commit b9a5dc66 authored by Filipe Cabecinhas's avatar Filipe Cabecinhas
Browse files

[cmake] Use CMake's USES_TERMINAL for the test targets.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262335 91177308-0d34-0410-b5e6-96231b3b80d8
parent 9f05d3f0
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,9 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
COMMAND ${run_test_suite}
DEPENDS compiler-rt-build ${COMPILER_RT_TEST_DEPENDENCIES}
WORKING_DIRECTORY ${BINARY_DIR}
VERBATIM)
VERBATIM
${cmake_3_2_USES_TERMINAL}
)
endforeach()
# Add special target to run all compiler-rt test suites.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment