mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
Rename the exception tests so that they don't clash with the normal tests.
[SVN r42572]
This commit is contained in:
@ -15,12 +15,12 @@ project unordered-test/exception-tests
|
||||
|
||||
test-suite unordered-exception
|
||||
:
|
||||
[ run constructor_tests.cpp framework ]
|
||||
[ run copy_tests.cpp framework ]
|
||||
[ run assign_tests.cpp framework ]
|
||||
[ run insert_tests.cpp framework ]
|
||||
[ run erase_tests.cpp framework ]
|
||||
[ run rehash_tests.cpp framework ]
|
||||
[ run swap_tests.cpp framework : : :
|
||||
[ run constructor_exception_tests.cpp framework ]
|
||||
[ run copy_exception_tests.cpp framework ]
|
||||
[ run assign_exception_tests.cpp framework ]
|
||||
[ run insert_exception_tests.cpp framework ]
|
||||
[ run erase_exception_tests.cpp framework ]
|
||||
[ run rehash_exception_tests.cpp framework ]
|
||||
[ run swap_exception_tests.cpp framework : : :
|
||||
<define>BOOST_UNORDERED_SWAP_METHOD=2 ]
|
||||
;
|
||||
|
Reference in New Issue
Block a user