CMake/Tests/CTestTestMemcheck
David Cole 84a4230406 Tests: Prevent unnecessary rebuilds in CTestTestMemcheck
Repeated "cmake . && ninja" calls were resulting in rebuilds every time.

Change the test so that it uses "file(WRITE" to generate a ".in" file and
then configure_file to "copy if different" that ".in" file to the final
generated source file.

Now, rebuilds will only occur if there are changes to the generated source
file on "cmake ." runs after the first one.
2014-03-20 09:02:50 -04:00
..
NoLogDummyChecker Tests: Prevent unnecessary rebuilds in CTestTestMemcheck 2014-03-20 09:02:50 -04:00
CMakeLists.txt Tests: allow valgrind test to pass with symlinked build dir 2013-12-15 00:31:14 +01:00
CMakeLists.txt.in Tests: remove code duplication in CTestTestMemCheck tests 2013-05-09 19:22:31 +02:00
CTestConfig.cmake.in Tests: remove code duplication in CTestTestMemCheck tests 2013-05-09 19:22:31 +02:00
memtester.cxx.in CTest: create one output file per memcheck (#14303) 2013-08-07 22:25:48 +02:00
test.cmake.in Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables 2014-03-03 15:26:49 -05:00