]> git.mxchange.org Git - simgear.git/blob - CMakeModules/BoostTestTargetsStatic.h
Add smart pointer tests (finally using Boost.Test)
[simgear.git] / CMakeModules / BoostTestTargetsStatic.h
1 // Small header computed by CMake to set up boost test.
2 // include AFTER #define BOOST_TEST_MODULE whatever
3 // but before any other boost test includes.
4
5 // Using the Boost UTF static library
6
7 #include <boost/test/unit_test.hpp>