Opened 11 years ago
Closed 10 years ago
#6699 closed Bugs (invalid)
boost test documentation is outdated
Reported by: | 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 , 11 years ago
Component: | Documentation → test |
---|---|
Owner: | changed from | to
comment:2 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Documentation is correct. BOOST_TEST_MODULE is enough. Do you link with static library?