Fixed bug #1589: tests does not compile for libboost 1.34.1.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 2 Nov 2007 17:47:41 +0000 (17:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 2 Nov 2007 17:47:41 +0000 (17:47 +0000)
We now use
#define BOOST_AUTO_TEST_MAIN
#define BOOST_TEST_DYN_LINK
#include <boost/test/auto_unit_test.hpp>
.. BOOST_AUTO_TEST_CASE( mytest) { }
.


No differences found