more tests added + picking a seed before testing

[SVN r74461]
This commit is contained in:
Adam Wulkiewicz
2011-09-18 22:53:22 +00:00
parent d0604349d5
commit bc0352452b
2 changed files with 113 additions and 48 deletions

View File

@@ -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