mirror of
https://github.com/boostorg/array.git
synced 2025-06-29 22:11:14 +02:00
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 {
|
||||
|
||||
@ -49,7 +50,7 @@ namespace {
|
||||
|
||||
}
|
||||
|
||||
int test_main( int , char* [] )
|
||||
BOOST_AUTO_TEST_CASE( test_main )
|
||||
{
|
||||
RunBoostTests< bool >();
|
||||
RunBoostTests< void * >();
|
||||
@ -62,6 +63,5 @@ int test_main( int , char* [] )
|
||||
RunStdTests< long double >();
|
||||
RunStdTests< std::string >();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user