Resolve "fix(core): coreTest log output in console instead of file"
Description
The initialisation of the log is now done directly in cppunit_main.cpp
instead of a singleton sight::core::utest
. This fixes the case when the library is stripped by the linker, like it was the case for coreTest
. Also, this removes the need of a dependency to this library in every test.
Closes #863 (closed)
How to test it?
- Launch
coreTest
and observe the output is clean, it should only show cppunit output. - Verify that
fwTest.log
is filled in.
Edited by Flavien BRIDAULT