[cmake-developers] CodeLite generator

Brad King brad.king at kitware.com
Thu Feb 2 08:35:23 EST 2012


On 2/1/2012 5:51 PM, Jim Goodnow II wrote:
> I am working on a CodeLite generator for CMake.

Great!  I assume you mean http://www.codelite.org/ ?

 > Is there a set of tests that should be run

CMake comes with an extensive test suite that covers
the major interfaces plus many corner cases that have
been encountered and fixed over the years.  If you build
CMake from source with the Makefile generator you can run

   bin/ctest

from the top of the build tree to execute all the tests.
We expect them to all pass for a new generator.  They are
contained in the Tests/ subdirectory.

Once the feature is working we'd like to have a nightly
build submitted to our testing dashboard:

   http://www.cdash.org/CDash/index.php?project=CMake

to ensure that it keeps working.

Thanks,
-Brad



More information about the cmake-developers mailing list