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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to