blob: dd3cddae10410200bcec9310140a5f6f70b44bf0 (
plain)
1
2
3
4
5
6
7
|
// Small header computed by CMake to set up boost test.
// include AFTER #define BOOST_TEST_MODULE whatever
// but before any other boost test includes.
// Using the Boost UTF static library
#include <boost/test/unit_test.hpp>
|