diff options
author | Brad King <brad.king@kitware.com> | 2016-09-06 12:51:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-06 12:51:01 (GMT) |
commit | 9109ba434782a3514f1bc6a5fd3c063d231008f2 (patch) | |
tree | dffcad4cce3d78a9c80f6a2d46270ce315a9c26b /Utilities | |
parent | cdc911dc53bca22ca56acf2b9a4a0d69e3120c9a (diff) | |
parent | 72ecdd34cf6dbec293fe020e1aeed0a17a499061 (diff) | |
download | CMake-9109ba434782a3514f1bc6a5fd3c063d231008f2.zip CMake-9109ba434782a3514f1bc6a5fd3c063d231008f2.tar.gz CMake-9109ba434782a3514f1bc6a5fd3c063d231008f2.tar.bz2 |
Merge topic 'test-GenerateExportHeader-with-RunCMake'
72ecdd34 Tests: Cleanup RunCMake.GenerateExportHeader somewhat
fc3dab0e Tests: Port GenerateExportHeader test to RunCMake infrastructure
4feba34d GNU: Do not use -fvisibility on AIX or HP-UX
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/clang-format.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/clang-format.bash b/Utilities/Scripts/clang-format.bash index a9ef62b..a7080fc 100755 --- a/Utilities/Scripts/clang-format.bash +++ b/Utilities/Scripts/clang-format.bash @@ -126,7 +126,7 @@ $git_ls -z -- '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' | egrep -z -v '^Utilities/(KW|cm).*/' | # Exclude reference content. - egrep -z -v '^Tests/Module/GenerateExportHeader/reference/' | + egrep -z -v '^Tests/RunCMake/GenerateExportHeader/reference/' | # Exclude manually-formatted sources (e.g. with long lines). egrep -z -v '^Tests/PositionIndependentTargets/pic_test.h' | |