Opened 11 years ago

Closed 10 years ago

#6699 closed Bugs (invalid)

boost test documentation is outdated

Reported by: vanyacpp@… Owned by: Gennadiy Rozental
Milestone: To Be Determined Component: test
Version: Boost 1.49.0 Severity: Problem
Keywords: Cc:

Description

I tried to compile example on page http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/tutorials/hello-the-testing-world.html

and it doesn't link:

undefined reference to `main'

After some investigation I found a answer https://bugs.launchpad.net/ubuntu/+source/boost/+bug/162155

Change History (2)

comment:1 by anonymous, 11 years ago

Component: Documentationtest
Owner: changed from Matias Capeletto to Gennadiy Rozental

comment:2 by Gennadiy Rozental, 10 years ago

Resolution: invalid
Status: newclosed

Documentation is correct. BOOST_TEST_MODULE is enough. Do you link with static library?

Note: See TracTickets for help on using tickets.