// Boost.Geometry Index // Additional tests // Copyright (c) 2011-2012 Adam Wulkiewicz, Lodz, Poland. // Use, modification and distribution is subject to 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) #define BOOST_TEST_MODULE test_module_boost_geometry_index #include #include BOOST_AUTO_TEST_CASE( first_test_case ) { ::srand( (unsigned)::time(NULL) ); } #define TEST_PRINT_INFO #include #include #include #include BOOST_AUTO_TEST_CASE( last_test_case ) { #ifdef _MSC_VER std::cin.get(); #endif }