diff options
author | Brad King <brad.king@kitware.com> | 2015-05-21 19:35:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-22 12:44:46 (GMT) |
commit | b3475ba57bc839125440fe8d21f611198041434e (patch) | |
tree | e11dd2e8a36bcbc4881d372a6ad4ba70e9b05604 /Tests/RunCMake/IncludeWhatYouUse/C-launch-Build-stdout.txt | |
parent | ada5ffce7bad40c56e5d0dd76b9a7b30c96a9e92 (diff) | |
download | CMake-b3475ba57bc839125440fe8d21f611198041434e.zip CMake-b3475ba57bc839125440fe8d21f611198041434e.tar.gz CMake-b3475ba57bc839125440fe8d21f611198041434e.tar.bz2 |
Makefile: Fix <LANG>_INCLUDE_WHAT_YOU_USE with CTEST_USE_LAUNCHERS
The 'ctest --launch' command must be placed before the IWYU launcher on
the compiler command line. Extend the RunCMake.IncludeWhatYouUse test
to cover this case. The Ninja generator already does it correctly.
Diffstat (limited to 'Tests/RunCMake/IncludeWhatYouUse/C-launch-Build-stdout.txt')
-rw-r--r-- | Tests/RunCMake/IncludeWhatYouUse/C-launch-Build-stdout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/IncludeWhatYouUse/C-launch-Build-stdout.txt b/Tests/RunCMake/IncludeWhatYouUse/C-launch-Build-stdout.txt new file mode 100644 index 0000000..cb74677 --- /dev/null +++ b/Tests/RunCMake/IncludeWhatYouUse/C-launch-Build-stdout.txt @@ -0,0 +1,4 @@ +Warning: include-what-you-use reported diagnostics: +should add these lines: +* +#include <\.\.\.> |