2006-05-21 17:14:11 +00:00
|
|
|
|
2008-03-27 23:38:01 +00:00
|
|
|
# Copyright 2006-2008 Daniel James.
|
2006-07-01 22:31:26 +00:00
|
|
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2006-05-21 17:14:11 +00:00
|
|
|
|
|
|
|
|
import testing ;
|
|
|
|
|
|
2008-01-12 14:43:40 +00:00
|
|
|
#alias framework : /boost/test//boost_unit_test_framework ;
|
|
|
|
|
alias framework : ;
|
2006-05-21 17:14:11 +00:00
|
|
|
|
2009-10-24 11:56:30 +00:00
|
|
|
project unordered-test/exception-tests ;
|
2006-05-21 17:14:11 +00:00
|
|
|
|
2008-01-06 17:16:51 +00:00
|
|
|
test-suite unordered-exception
|
2006-05-21 17:14:11 +00:00
|
|
|
:
|
2008-01-07 19:40:32 +00:00
|
|
|
[ 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 : : :
|
2007-12-19 23:33:30 +00:00
|
|
|
<define>BOOST_UNORDERED_SWAP_METHOD=2 ]
|
2006-05-21 17:14:11 +00:00
|
|
|
;
|