forked from boostorg/unordered
Unordered: Add tests for when Boost.Move is activated.
[SVN r76415]
This commit is contained in:
@ -50,4 +50,20 @@ test-suite unordered
|
|||||||
[ run equality_tests.cpp ]
|
[ run equality_tests.cpp ]
|
||||||
[ run equality_deprecated.cpp ]
|
[ run equality_deprecated.cpp ]
|
||||||
[ run swap_tests.cpp ]
|
[ run swap_tests.cpp ]
|
||||||
|
|
||||||
|
[ run compile_set.cpp : :
|
||||||
|
: <define>BOOST_UNORDERED_USE_MOVE
|
||||||
|
: bmove_compile_set ]
|
||||||
|
[ run compile_map.cpp : :
|
||||||
|
: <define>BOOST_UNORDERED_USE_MOVE
|
||||||
|
: bmove_compile_map ]
|
||||||
|
[ run copy_tests.cpp : :
|
||||||
|
: <define>BOOST_UNORDERED_USE_MOVE
|
||||||
|
: bmove_copy ]
|
||||||
|
[ run move_tests.cpp : :
|
||||||
|
: <define>BOOST_UNORDERED_USE_MOVE
|
||||||
|
: bmove_move ]
|
||||||
|
[ run assign_tests.cpp : :
|
||||||
|
: <define>BOOST_UNORDERED_USE_MOVE
|
||||||
|
: bmove_assign ]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user