Add smart pointer tests (finally using Boost.Test)

This commit is contained in:
Thomas Geymayer
2014-05-08 02:02:36 +02:00
parent b2c3a90adf
commit 02ac1a43c1
9 changed files with 522 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// 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 dynamic library
#define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp>