Tests: Port GenerateExportHeader test to RunCMake infrastructure

This will allow build failure cases to be added later.
This commit is contained in:
Brad King
2016-09-01 15:22:05 -04:00
parent 4feba34d02
commit fc3dab0ea9
41 changed files with 27 additions and 2 deletions

View File

@@ -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' |