[cfe-commits] r109816 - /cfe/trunk/test/CMakeLists.txt
Daniel Dunbar
daniel at zuster.org
Thu Jul 29 15:57:17 PDT 2010
Author: ddunbar
Date: Thu Jul 29 17:57:17 2010
New Revision: 109816
URL: http://llvm.org/viewvc/llvm-project?rev=109816&view=rev
Log:
CMake: Clang test targets depend on the {FileCheck,not,count} tools.
Modified:
cfe/trunk/test/CMakeLists.txt
Modified: cfe/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CMakeLists.txt?rev=109816&r1=109815&r2=109816&view=diff
==============================================================================
--- cfe/trunk/test/CMakeLists.txt (original)
+++ cfe/trunk/test/CMakeLists.txt Thu Jul 29 17:57:17 2010
@@ -54,7 +54,7 @@
--param build_config=${CMAKE_CFG_INTDIR}
-sv ${CLANG_TEST_EXTRA_ARGS}
${CMAKE_CURRENT_BINARY_DIR}/${testdir}
- DEPENDS clang c-index-test
+ DEPENDS clang c-index-test FileCheck not count
COMMENT "Running Clang regression tests in ${testdir}")
endforeach()
@@ -65,7 +65,7 @@
--param build_config=${CMAKE_CFG_INTDIR}
-sv ${CLANG_TEST_EXTRA_ARGS}
${CMAKE_CURRENT_BINARY_DIR}
- DEPENDS clang c-index-test
+ DEPENDS clang c-index-test FileCheck not count
COMMENT "Running Clang regression tests")
add_custom_target(clang-c++tests
@@ -75,6 +75,6 @@
--param build_config=${CMAKE_CFG_INTDIR}
-sv ${CLANG_TEST_EXTRA_ARGS}
${CMAKE_CURRENT_SOURCE_DIR}/../utils/C++Tests
- DEPENDS clang c-index-test
+ DEPENDS clang c-index-test FileCheck not count
COMMENT "Running Clang regression tests")
endif()
More information about the cfe-commits
mailing list