From fc3dab0ea956db618fe2b77778ac413db846b422 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Sep 2016 15:22:05 -0400 Subject: Tests: Port GenerateExportHeader test to RunCMake infrastructure This will allow build failure cases to be added later. --- Utilities/Scripts/clang-format.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utilities') 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' | -- cgit v1.2.1