Unordered: Improved exception test thing.

Allows repetition of exception tests + separate running the tests so that
different tests types or configurations can be mixed up.

[SVN r81030]
This commit is contained in:
Daniel James
2012-10-21 00:20:07 +00:00
parent d1a6e948e3
commit 2e26534659
8 changed files with 37 additions and 16 deletions

View File

@@ -118,7 +118,8 @@ struct swap_test4 : swap_base<T>
swap_test4() : swap_base<T>(10, 10, 1, 2) {}
};
RUN_EXCEPTION_TESTS(
EXCEPTION_TESTS(
(self_swap_test1)(self_swap_test2)
(swap_test1)(swap_test2)(swap_test3)(swap_test4),
CONTAINER_SEQ)
RUN_TESTS()