forked from boostorg/array
Update Boost.Array tests to use newer Boost.Test features
[SVN r82822]
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
#include <array>
|
||||
#endif
|
||||
|
||||
#include <boost/test/included/test_exec_monitor.hpp>
|
||||
#define BOOST_TEST_MAIN
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
namespace {
|
||||
|
||||
@ -46,7 +47,7 @@ namespace {
|
||||
|
||||
}
|
||||
|
||||
int test_main( int , char* [] )
|
||||
BOOST_AUTO_TEST_CASE( test_main )
|
||||
{
|
||||
RunBoostTests< bool >();
|
||||
RunBoostTests< void * >();
|
||||
@ -59,6 +60,5 @@ int test_main( int , char* [] )
|
||||
RunStdTests< long double >();
|
||||
RunStdTests< std::string >();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user