Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #5682
Ticket #5682
: boost_test.cxx
File boost_test.cxx,
128 bytes
(added by
Thomas Krennwallner <tkren@…>
,
11 years ago
)
BOOST_TEST_REPORT_LEVEL bug on mac os x
Line
1
#define BOOST_TEST_MODULE "boost_test"
2
#include
<boost/test/unit_test.hpp>
3
4
BOOST_AUTO_TEST_CASE
(
mytest
)
{
BOOST_CHECK
(
true
);
}
Download in other formats:
Original Format