CPPUNIT_TEST_SUITE_REGISTRATION( ComplexNumberTest );
creates static variable in some module without reference from main().
Does it work always and everywhere?
Sometimes I saw warnings do not use this techinque or use it on your own risk.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CPPUNIT_TEST_SUITE_REGISTRATION( ComplexNumberTest );
creates static variable in some module without reference from main().
Does it work always and everywhere?
Sometimes I saw warnings do not use this techinque or use it on your own risk.