|
Boost Users : |
From: Mauricio Gomes (mg_at_[hidden])
Date: 2005-01-20 12:52:20
Hello, I am trying to use boost unit test framework but I am getting
the following error message (it compiled okay but linking failed):
------------------------------------------------------------------------
--------
[Session started at 2005-01-20 15:43:30 -0200.]
ZeroLink: unknown symbol '__ZTv0_n12_NSoD0Ev'
Executable “cpplib” has exited due to signal 6 (SIGABRT).
------------------------------------------------------------------------
--------
I have included the following files from Boost CVS HEAD into my project:
execution_monitor.cpp
supplied_log_formatters.cpp
test_tools.cpp
unit_test_log.cpp
unit_test_main.cpp
unit_test_monitor.cpp
unit_test_parameters.cpp
unit_test_result.cpp
unit_test_suite.cpp
Here is the test code:
#include <boost/test/auto_unit_test.hpp>
using namespace boost;
BOOST_AUTO_UNIT_TEST (test_PersonName)
{
BOOST_CHECK (true);
}
The error message doesn't help me much.
Any suggestions ?.
Thank you in advance for your attention !
Mauricio Gomes
Pensar Digital
phone: 55-11-4121-6287
mobile: 55-11-8319-9610
http://pensardigital.com
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net