Factor out CMake.File test result check for re-use
commitf9c74a6b02d9d3c64f9cd8793ad71a3d8dec8c74
authorking <king>
Wed, 16 Sep 2009 19:09:10 +0000 (16 19:09 +0000)
committerking <king>
Wed, 16 Sep 2009 19:09:10 +0000 (16 19:09 +0000)
tree52947a5893e8c4614a8e74a1faa29937e2400481
parent8c9520563896d6b28e530cd910ee2d3fe86d649b
Factor out CMake.File test result check for re-use

The CMake.File test runs several scripts through "cmake -P" and checks
the output and result against known good values.  This commit factors
out the checking code into a separate CMakeCheckTest module.  The module
may be used by new tests.
Tests/CMakeTests/CheckCMakeTest.cmake [new file with mode: 0644]
Tests/CMakeTests/FileTest.cmake.in