Skip to content
  • Brad King's avatar
    Factor out CMake.File test result check for re-use · d23d268e
    Brad King authored
    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.
    d23d268e