Rename the exception tests so that they don't clash with the normal tests.

[SVN r42572]
This commit is contained in:
Daniel James
2008-01-07 19:40:32 +00:00
parent 7fd651ff75
commit 474b70528b
8 changed files with 7 additions and 7 deletions

View File

@ -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 ]
;