diff options
author | Brad King <brad.king@kitware.com> | 2022-11-18 14:35:01 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-11-18 14:35:21 (GMT) |
commit | 0784261a6808989bd9fed9f7f30ac5ac00be8bf6 (patch) | |
tree | 4d183d63d13a02288556835f42569849896f4c7a /Utilities/ClangTidyModule/Tests/CMakeLists.txt | |
parent | 1cefd1da95ebecfbb3082d4ff4dd00f93be43bf1 (diff) | |
parent | 91a7c0b51c217492231ade3e17cbe40cb1d8be4e (diff) | |
download | CMake-0784261a6808989bd9fed9f7f30ac5ac00be8bf6.zip CMake-0784261a6808989bd9fed9f7f30ac5ac00be8bf6.tar.gz CMake-0784261a6808989bd9fed9f7f30ac5ac00be8bf6.tar.bz2 |
Merge topic 'clang-tidy-module-pragma-once-check'
91a7c0b51c CMake: fix violations of #pragma once check
aa0c99c55c clang-tidy module: add test for #pragma once check
c9af6f2ff6 clang-tidy module: add #pragma once check
68a4d97da7 clang-tidy module: allow header files in test cases
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !7933
Diffstat (limited to 'Utilities/ClangTidyModule/Tests/CMakeLists.txt')
-rw-r--r-- | Utilities/ClangTidyModule/Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/ClangTidyModule/Tests/CMakeLists.txt b/Utilities/ClangTidyModule/Tests/CMakeLists.txt index 5bf0e89..b53d5d2 100644 --- a/Utilities/ClangTidyModule/Tests/CMakeLists.txt +++ b/Utilities/ClangTidyModule/Tests/CMakeLists.txt @@ -14,3 +14,4 @@ add_run_clang_tidy_test(cmake-use-cmstrlen) add_run_clang_tidy_test(cmake-use-cmsys-fstream) add_run_clang_tidy_test(cmake-use-bespoke-enum-class) add_run_clang_tidy_test(cmake-ostringstream-use-cmstrcat) +add_run_clang_tidy_test(cmake-use-pragma-once) |