diff options
author | Brad King <brad.king@kitware.com> | 2016-11-09 14:49:58 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-09 14:49:58 (GMT) |
commit | 64b5b06dc61db74ef2f994ec4d0f4277113fb49e (patch) | |
tree | b4d1889f7dbf5c1f0a487d8dc4c1bf70754f73f0 /Tests | |
parent | e2565be52c7d80a4993c749282210e5b599cbc32 (diff) | |
parent | 36f9f0f8a3e7640c12034fff8871b779cba9f0ce (diff) | |
download | CMake-64b5b06dc61db74ef2f994ec4d0f4277113fb49e.zip CMake-64b5b06dc61db74ef2f994ec4d0f4277113fb49e.tar.gz CMake-64b5b06dc61db74ef2f994ec4d0f4277113fb49e.tar.bz2 |
Merge topic 'drop-kwstyle'
36f9f0f8 Drop KWStyle checks in favor of clang-format and Git hooks
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 5d72e5c..c0ffa46 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -3346,20 +3346,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release --test-command InterfaceLinkLibraries) list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/InterfaceLinkLibraries") - if(CMAKE_USE_KWSTYLE AND KWSTYLE_EXECUTABLE) - # The "make StyleCheck" command line as a test. If the test fails, look - # for lines like "Error #0 (624) Line length exceed 88 (max=79)" in the - # output to find where the style errors are... - add_test(KWStyle ${KWSTYLE_EXECUTABLE} - -xml ${CMake_BINARY_DIR}/CMake.kws.xml - -o ${CMake_SOURCE_DIR}/Utilities/KWStyle/CMakeOverwrite.txt - -v - -D ${CMake_BINARY_DIR}/CMakeKWSFiles.txt - ) - set_tests_properties(KWStyle PROPERTIES - WORKING_DIRECTORY ${CMake_BINARY_DIR}/Utilities/KWStyle) - endif() - if(NOT CMake_TEST_EXTERNAL_CMAKE) add_subdirectory(CMakeTests) endif() |