summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-06 08:51:01 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-06 08:51:01 -0400
commit9109ba434782a3514f1bc6a5fd3c063d231008f2 (patch)
treedffcad4cce3d78a9c80f6a2d46270ce315a9c26b /Utilities
parentcdc911dc53bca22ca56acf2b9a4a0d69e3120c9a (diff)
parent72ecdd34cf6dbec293fe020e1aeed0a17a499061 (diff)
downloadcmake-9109ba434782a3514f1bc6a5fd3c063d231008f2.tar.gz
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-xUtilities/Scripts/clang-format.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/clang-format.bash b/Utilities/Scripts/clang-format.bash
index a9ef62b73c..a7080fc173 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' |