[Cppunit-devel] Test suites are not registered.
Brought to you by:
blep
|
From: CppUnit d. m. l. <cpp...@li...> - 2007-06-19 12:58:09
|
hi,
All the object files are archived using \"ar\"(linux command),and it is used to create a binary.
On executing the binary, suites are not registered at initialization time.ie without calling CPPUNIT_TEST_SUITE_REGISTRATION the program control enters into the main. So my testcases are not executed.
But without archiving the object files,when they are used directly ,the suites are registered and my test cases are executed.
operating system -fedora core 2
g++ version-3.3.3.
Thanks,
alamelu.s
|