]> granicus.if.org Git - clang/commitdiff
[cmake] Use CMake's USES_TERMINAL for the test targets.
authorFilipe Cabecinhas <me@filcab.net>
Tue, 1 Mar 2016 14:08:18 +0000 (14:08 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Tue, 1 Mar 2016 14:08:18 +0000 (14:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262335 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/CMakeLists.txt

index 5c1d7deb262735b177d4227925bdf027125727b0..1ccee73a75ea75645cbdb57b6ab4fc85f374d553 100644 (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.