mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-04 15:04:32 +02:00
Fixed lexical_cast_test which was no longer working after the last test
framework update. [SVN r32176]
This commit is contained in:
@@ -19,8 +19,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/lexical_cast.hpp>
|
#include <boost/lexical_cast.hpp>
|
||||||
|
|
||||||
|
#include <boost/test/unit_test.hpp>
|
||||||
#include <boost/test/floating_point_comparison.hpp>
|
#include <boost/test/floating_point_comparison.hpp>
|
||||||
#include <boost/test/included/unit_test_framework.hpp>
|
|
||||||
|
|
||||||
#if defined(BOOST_NO_STRINGSTREAM) || \
|
#if defined(BOOST_NO_STRINGSTREAM) || \
|
||||||
defined(BOOST_NO_STD_WSTRING) || \
|
defined(BOOST_NO_STD_WSTRING) || \
|
||||||
|
@@ -27,7 +27,7 @@ DEPENDS all : test ;
|
|||||||
: [ run implicit_cast.cpp ]
|
: [ run implicit_cast.cpp ]
|
||||||
[ compile-fail implicit_cast_fail.cpp ]
|
[ compile-fail implicit_cast_fail.cpp ]
|
||||||
[ run ../cast_test.cpp ]
|
[ run ../cast_test.cpp ]
|
||||||
[ run ../lexical_cast_test.cpp ]
|
[ run ../lexical_cast_test.cpp <lib>../../test/build/boost_unit_test_framework ]
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user