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

llvm-svn: 262335
This commit is contained in:
Filipe Cabecinhas 2016-03-01 14:08:18 +00:00
parent 03ca68d6a6
commit a3c4f2f479
1 changed files with 3 additions and 1 deletions
clang/runtime

View File

@ -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.