Update contrib.
1 /***********************************************************************************
5 * Mark of the Unicorn, Inc.
7 * Permission to use, copy, modify, distribute and sell this software
8 * and its documentation for any purpose is hereby granted without fee,
9 * provided that the above copyright notice appear in all copies and
10 * that both that copyright notice and this permission notice appear
11 * in supporting documentation. Mark of the Unicorn makes no
12 * representations about the suitability of this software for any
13 * purpose. It is provided "as is" without express or implied warranty.
15 SUMMARY: Declarations of all of the tests in the exception test suite.
17 ***********************************************************************************/
18 #if ! defined (INCLUDED_MOTU_Tests)
19 #define INCLUDED_MOTU_Tests 1
32 void test_bit_vector();
34 #if defined (EH_HASHED_CONTAINERS_IMPLEMENTED)
36 void test_hash_multimap();
38 void test_hash_multiset();
41 #if defined (EH_ROPE_IMPLEMENTED)
45 #if defined( EH_SLIST_IMPLEMENTED )
49 #if defined( EH_STRING_IMPLEMENTED )
52 #if defined( EH_BITSET_IMPLEMENTED )
55 #if defined( EH_VALARRAY_IMPLEMENTED )
59 #endif // INCLUDED_MOTU_Tests