Skip to content
  • Brad King's avatar
    Always use a configuration for CTestTestTimeout · 7380d3ab
    Brad King authored
    This test requires that the dashboard script it drives be invoked with
    "ctest -C <config> -S ...".  We create a "CTestTest_CONFIG" variable to
    hold a configuration selected at test time.  We use the configuration
    given to the outer CTest, if any, and then default to either Debug or
    the CMAKE_BUILD_TYPE.
    7380d3ab