[cmake-developers] "Contract" testing of CMake
Bill Hoffman
bill.hoffman at kitware.com
Tue Oct 7 21:49:32 EDT 2014
On 10/7/2014 4:59 PM, Alan W. Irwin wrote:
> Of course, once I got such a contract test to work by hand, I would
> probably want to move to a formal automated procedure so your advice
> on that would be appreciated as well.
The idea is to test next CMake against a version of the "contract"
project that is known to work with the current release of CMake. We
don't want development of the "contract" project to cause the test to
fail. So, use a fixed version of PLplot and build it with next CMake.
By using next CMake bugs will be noticed as soon as they are introduced.
-Bill
More information about the cmake-developers
mailing list