diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-08 14:20:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-08 14:20:40 (GMT) |
commit | b6ac54c489518258e4fbc2db484cf0bcf2edf80d (patch) | |
tree | 736cc9d4f4f0b4129d0032ead6829a719407d6da /Tests/SystemInformation | |
parent | a6567329d7cda4ba6e74a859e128b7fc689f1dcd (diff) | |
download | CMake-b6ac54c489518258e4fbc2db484cf0bcf2edf80d.zip CMake-b6ac54c489518258e4fbc2db484cf0bcf2edf80d.tar.gz CMake-b6ac54c489518258e4fbc2db484cf0bcf2edf80d.tar.bz2 |
EHN: Also display Configure.h and Configure.hxx from cmsys
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r-- | Tests/SystemInformation/DumpInformation.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SystemInformation/DumpInformation.cxx b/Tests/SystemInformation/DumpInformation.cxx index 9cf454a..74bd0ac 100644 --- a/Tests/SystemInformation/DumpInformation.cxx +++ b/Tests/SystemInformation/DumpInformation.cxx @@ -60,6 +60,8 @@ int main(int,char *[]) DumpInformation_BINARY_DIR "/../../CMakeOutput.log", DumpInformation_BINARY_DIR "/../../CMakeError.log", DumpInformation_BINARY_DIR "/../../Bootstrap.cmk/cmake_bootstrap.log", + DumpInformation_BINARY_DIR "/../../Source/cmsys/Configure.hxx", + DumpInformation_BINARY_DIR "/../../Source/cmsys/Configure.h", 0 }; |