Am Montag 19 Mai 2008 14:02:17 schrieb David Cole: > That's a great idea! Are cppunit and nunit output formats similar enough to > junit that they could all be done at once...?
If we want to provide more than two output formats it might be best to construct an intermediate representation (result.cmake or an in memory DOM) which is mapped to ctest-xml and/or other target formats when all tests are finished. The .cmake approach might be difficult, because we cannot prevent the executed code from pumping cmake language strings to stdout. -- Maik _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
