[Cppunit-devel] Bug(?) in cppunit-1.8.0
Brought to you by:
blep
From: Carlo W. <ca...@al...> - 2002-07-31 14:20:33
|
Hum, I get this when I try to use QtUi::TestRunner: ~/c++/libecc/testsuite>g++ -I ../include test.cc -lcppunit /tmp/ccVXRRWI.o: In function `main': /tmp/ccVXRRWI.o(.text+0xe): undefined reference to `CppUnit::QtUi::TestRunner::TestRunner(void)' /tmp/ccVXRRWI.o(.text+0x2d): undefined reference to `CppUnit::QtUi::TestRunner::addTest(CppUnit::Test *)' /tmp/ccVXRRWI.o(.text+0x42): undefined reference to `CppUnit::QtUi::TestRunner::run(bool)' /tmp/ccVXRRWI.o(.text+0x53): undefined reference to `CppUnit::QtUi::TestRunner::~TestRunner(void)' /tmp/ccVXRRWI.o(.text+0x6e): undefined reference to `CppUnit::QtUi::TestRunner::~TestRunner(void)' collect2: ld returned 1 exit status And indeed /usr/src/cppunit-1.8.0/src/qttestrunner/ was never compiled, the Makefile.am says: SUBDIRS = cppunit qttestrunner is missing? Are you testing it? Does it work at all? -- Carlo Wood <ca...@al...> |