mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-20 02:42:10 +00:00
more tests added + picking a seed before testing
[SVN r74461]
This commit is contained in:
@@ -10,14 +10,19 @@
|
||||
#define BOOST_TEST_MODULE test_module_boost_geometry_index
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <ctime>
|
||||
|
||||
BOOST_AUTO_TEST_CASE( first_test_case )
|
||||
{
|
||||
::srand( (unsigned)::time(NULL) );
|
||||
}
|
||||
|
||||
#include <tests/translators.hpp>
|
||||
#include <tests/rtree_function.hpp>
|
||||
#include <tests/rtree_filters.hpp>
|
||||
|
||||
BOOST_AUTO_TEST_CASE( aaaa )
|
||||
BOOST_AUTO_TEST_CASE( last_test_case )
|
||||
{
|
||||
std::cout << "test\n";
|
||||
|
||||
tests_rtree_filters_hpp();
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user