Re: [Boost-users] Problem with unit test BOOST_AUTO_TEST_MAIN
I have found the problem (and the answer). Someone recompiled TinyXml
lib from executable with main function included.
And that function was called instead of test one.
Gennadiy, Thanks for help.
Regards Vlad.
-----Original Message-----
From: boost-users-bounces@lists.boost.org
[mailto:boost-users-bounces@lists.boost.org] On Behalf Of Gennadiy
Rozental
Sent: Thursday, July 19, 2007 1:47 PM
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] Problem with unit test BOOST_AUTO_TEST_MAIN
"Sakharuk, Vlad (GMI Development)"
Yes, if I remove all lib it does run successfully. I identified that tests run from TinyXML lib (opensource).
I have to link with other libraries because the code I have to test depends on them. I am just creating tast case to narrow down the problem.
I will look in 1.34.o but probably I could not.
I will apriceate any solution how to disable particular testing suit (from TinyXML). I could not physically remove those test from the lib.
Thanks Vlad
This is impossible naturally in current version of Boost.Test. I will look into allowing you to do this in 1.35.0. The only thing you can try to do (in 1.34) is massage master test suite somehow in test module init function. Gennadiy _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users -------------------------------------------------------- This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing. -------------------------------------------------------- "Please consider the environment before printing this email."
participants (1)
-
Sakharuk, Vlad (GMI Development)