CMake/Tests/CTestTestMemcheck/NoLogDummyChecker
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
..
CMakeLists.txt Tests: Prevent unnecessary rebuilds in CTestTestMemcheck 2014-03-20 09:02:50 -04:00