test/abts_tests.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef APR_TEST_INCLUDES
00018 #define APR_TEST_INCLUDES
00019
00020 #include "abts.h"
00021 #include "testutil.h"
00022
00023 const struct testlist {
00024 abts_suite *(*func)(abts_suite *suite);
00025 } alltests[] = {
00026 {teststrmatch},
00027 {testuri},
00028 {testuuid},
00029 {testbuckets},
00030 {testpass},
00031 {testmd4},
00032 {testmd5},
00033 {testldap},
00034 {testdbd}
00035 };
00036
00037 #endif
Generated on Sun Nov 20 19:09:06 2005 for Apache Portable Runtime Utility Library by
1.3.8