mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
added pass test for good compilers
[SVN r32088]
This commit is contained in:
@ -105,14 +105,10 @@ test_suite* init_unit_test_suite( int argc, char* argv[] )
|
|||||||
|
|
||||||
#else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
#else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
int main()
|
||||||
using boost::unit_test::test_suite;
|
|
||||||
|
|
||||||
test_suite* init_unit_test_suite( int, char** )
|
|
||||||
{
|
{
|
||||||
test_suite* test = BOOST_TEST_SUITE( "Range Test Suite" );
|
// always succeed
|
||||||
|
return 0;
|
||||||
return test;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user