diff options
author | Brad King <brad.king@kitware.com> | 2019-04-08 13:49:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-04-08 14:11:54 (GMT) |
commit | 82948805ecbd5d65db27c646b594f4ce331a8f97 (patch) | |
tree | bf56474ef7cf73e1a757c51d10306b898a6a273d /Tests/RunCMake/ParseImplicitIncludeInfo/data/hand-C-empty.input | |
parent | 3c9dec0bdc11a69afcbaa93a0e61dc71cddd5491 (diff) | |
download | CMake-82948805ecbd5d65db27c646b594f4ce331a8f97.zip CMake-82948805ecbd5d65db27c646b594f4ce331a8f97.tar.gz CMake-82948805ecbd5d65db27c646b594f4ce331a8f97.tar.bz2 |
Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfo
Diffstat (limited to 'Tests/RunCMake/ParseImplicitIncludeInfo/data/hand-C-empty.input')
-rw-r--r-- | Tests/RunCMake/ParseImplicitIncludeInfo/data/hand-C-empty.input | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/RunCMake/ParseImplicitIncludeInfo/data/hand-C-empty.input b/Tests/RunCMake/ParseImplicitIncludeInfo/data/hand-C-empty.input new file mode 100644 index 0000000..b27eb02 --- /dev/null +++ b/Tests/RunCMake/ParseImplicitIncludeInfo/data/hand-C-empty.input @@ -0,0 +1,14 @@ +CMAKE_LANG=C +CMAKE_C_COMPILER_ABI=ELF +CMAKE_C_COMPILER_AR=/usr/bin/gcc-ar-7 +CMAKE_C_COMPILER_ARCHITECTURE_ID= +CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN= +CMAKE_C_COMPILER_ID=GNU +CMAKE_C_COMPILER_LAUNCHER= +CMAKE_C_COMPILER_LOADED=1 +CMAKE_C_COMPILER_RANLIB=/usr/bin/gcc-ranlib-7 +CMAKE_C_COMPILER_TARGET= +CMAKE_C_COMPILER_VERSION=7.3.0 +CMAKE_C_COMPILER_VERSION_INTERAL= + +This is a test and there is nothing here to parse. |