Apache HTTPD
abts_tests.h
Go to the documentation of this file.
1/* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements. See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef APR_TEST_INCLUDES
18#define APR_TEST_INCLUDES
19
20#include "abts.h"
21#include "testutil.h"
22
23const struct testlist {
24 abts_suite *(*func)(abts_suite *suite);
25} alltests[] = {
27 {testuri},
28 {testuuid},
30 {testpass},
31 {testmd4},
32 {testmd5},
33 {testcrypto},
34 {testldap},
35 {testdbd},
36 {testdate},
38 {testredis},
39 {testxml},
40 {testxlate},
41 {testrmm},
42 {testdbm},
43 {testqueue},
46};
47
48#endif /* APR_TEST_INCLUDES */
const struct testlist alltests[]
abts_suite * testxlate(abts_suite *suite)
Definition testxlate.c:125
abts_suite * testxml(abts_suite *suite)
Definition testxml.c:195
abts_suite * testuuid(abts_suite *suite)
Definition testuuid.c:48
abts_suite * testbuckets(abts_suite *suite)
abts_suite * testcrypto(abts_suite *suite)
abts_suite * testdate(abts_suite *suite)
Definition testdate.c:194
abts_suite * testdbd(abts_suite *suite)
Definition testdbd.c:230
abts_suite * testdbm(abts_suite *suite)
Definition testdbm.c:203
abts_suite * testldap(abts_suite *suite)
Definition testldap.c:233
abts_suite * testmd4(abts_suite *suite)
Definition testmd4.c:110
abts_suite * testmd5(abts_suite *suite)
Definition testmd5.c:93
abts_suite * testmemcache(abts_suite *suite)
abts_suite * testpass(abts_suite *suite)
Definition testpass.c:199
abts_suite * testqueue(abts_suite *suite)
Definition testqueue.c:126
abts_suite * testredis(abts_suite *suite)
Definition testredis.c:528
abts_suite * testreslist(abts_suite *suite)
abts_suite * testrmm(abts_suite *suite)
Definition testrmm.c:182
abts_suite * testsiphash(abts_suite *suite)
abts_suite * teststrmatch(abts_suite *suite)
abts_suite * testuri(abts_suite *suite)
Definition testuri.c:322