Hi,

How does one get cmake to run the unit test as part of the build so that:
- If the unit test fails, the build fails.
- If the unit test has failed, and make is run again, the unit test
will run again.
- If the unit test has succeeded, and make is run again, the unit test
will not run again.

I know how to get two out of three, but not all three at once.

Best regards,
// Erik

-- 
Erik Johansson
Home Page: http://ejohansson.se/
PGP Key: http://ejohansson.se/erik.asc
_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake

Reply via email to