/* * Boost.Extension / extensions unit test * * (C) Copyright Jeremy Pack 2007 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * See http://www.boost.org/ for latest version. */ #include #include #define BOOST_TEST_MAIN #include using namespace boost::extensions; BOOST_AUTO_TEST_CASE(zone_construction) { factory_map z; } BOOST_AUTO_TEST_CASE(factory_construction) { //factory f; } BOOST_AUTO_TEST_CASE(extension_construction) { // extension e; }