summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestVerboseOutput/test.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-051-1/+1
| | | | | This needlessly produces warnings during the test runs that no-one sees but that are distracting when actually inspecting the logs.
* CTest: Output test-specific env vars in verbose mode (#15446)Zach Mullen2015-03-171-0/+20
Any environment vars that were configured for a test via the ENVIRONMENT property will now be output when the test is run with verbose logging enabled.