On Mon, Jul 31, 2006 at 02:30:47PM +0100, Paulo J. Matos wrote: > Has anyone worked out how to have dejagnu, cppunit and autotools > working ok? It seems that both dejagnu and cppunit use 'make check' > to run the tests. Isn't this a problem?
Sure, it's somewhat of a problem. In Automake, you need to decide if you want `make check' to run a DejaGnu testsuite or the "simple" testsuite (see the Automake info pages for details). One option would be to have `make check' run the DejaGnu tests and then add a second check-local target that invokes cppunit. An alternative approach would be to write a DejaGnu .exp script that wraps around cppunit so that everything is integrated into the one test framework. Cheers, Ben _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu