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[] = {
26 {testatomic},
27 {testdir},
28 {testdso},
29 {testdup},
30 {testencode},
31 {testenv},
32 {testescape},
33 {testfile},
36 {testflock},
37 {testfmt},
39 {testgetopt},
40#if 0 /* not ready yet due to API issues */
42#endif
43 {testhash},
44 {testipsub},
45 {testlock},
46 {testcond},
47 {testlfs},
48 {testmmap},
49 {testnames},
50 {testoc},
51 {testpath},
52 {testpipe},
53 {testpoll},
54 {testpool},
55 {testproc},
57 {testrand},
58 {testsleep},
59 {testshm},
60 {testsock},
63 {teststr},
65 {testtable},
66 {testtemp},
67 {testthread},
68 {testtime},
69 {testud},
70 {testuser},
71 {testvsn},
73};
74
75#endif /* APR_TEST_INCLUDES */
const struct testlist alltests[]
abts_suite * testvsn(abts_suite *suite)
Definition testvsn.c:47
abts_suite * testgetopt(abts_suite *suite)
Definition testargs.c:224
abts_suite * testatomic(abts_suite *suite)
Definition testatomic.c:933
abts_suite * testcond(abts_suite *suite)
Definition testcond.c:648
abts_suite * testdir(abts_suite *suite)
Definition testdir.c:389
abts_suite * testdso(abts_suite *suite)
Definition testdso.c:237
abts_suite * testdup(abts_suite *suite)
Definition testdup.c:187
abts_suite * testencode(abts_suite *suite)
abts_suite * testenv(abts_suite *suite)
Definition testenv.c:133
abts_suite * testescape(abts_suite *suite)
Definition testescape.c:304
abts_suite * testfile(abts_suite *suite)
Definition testfile.c:2230
abts_suite * testfilecopy(abts_suite *suite)
abts_suite * testfileinfo(abts_suite *suite)
abts_suite * testflock(abts_suite *suite)
Definition testflock.c:95
abts_suite * testfmt(abts_suite *suite)
Definition testfmt.c:149
abts_suite * testfnmatch(abts_suite *suite)
abts_suite * testglobalmutex(abts_suite *suite)
abts_suite * testhash(abts_suite *suite)
Definition testhash.c:514
abts_suite * testipsub(abts_suite *suite)
Definition testipsub.c:225
abts_suite * testlfs(abts_suite *suite)
Definition testlfs.c:355
abts_suite * testlock(abts_suite *suite)
Definition testlock.c:530
abts_suite * testmmap(abts_suite *suite)
Definition testmmap.c:145
abts_suite * testnames(abts_suite *suite)
Definition testnames.c:361
abts_suite * testoc(abts_suite *suite)
Definition testoc.c:107
abts_suite * testpath(abts_suite *suite)
Definition testpath.c:127
abts_suite * testpipe(abts_suite *suite)
Definition testpipe.c:189
abts_suite * testpoll(abts_suite *suite)
Definition testpoll.c:936
abts_suite * testpool(abts_suite *suite)
Definition testpools.c:142
abts_suite * testproc(abts_suite *suite)
Definition testproc.c:166
abts_suite * testprocmutex(abts_suite *suite)
abts_suite * testrand(abts_suite *suite)
Definition testrand.c:342
abts_suite * testshm(abts_suite *suite)
Definition testshm.c:320
abts_suite * testskiplist(abts_suite *suite)
abts_suite * testsleep(abts_suite *suite)
Definition testsleep.c:45
abts_suite * testsock(abts_suite *suite)
Definition testsock.c:674
abts_suite * testsockets(abts_suite *suite)
abts_suite * testsockopt(abts_suite *suite)
abts_suite * teststr(abts_suite *suite)
Definition teststr.c:411
abts_suite * teststrnatcmp(abts_suite *suite)
abts_suite * testtable(abts_suite *suite)
Definition testtable.c:225
abts_suite * testtemp(abts_suite *suite)
Definition testtemp.c:46
abts_suite * testthread(abts_suite *suite)
Definition testthread.c:116
abts_suite * testtime(abts_suite *suite)
Definition testtime.c:296
abts_suite * testud(abts_suite *suite)
Definition testud.c:74
abts_suite * testuser(abts_suite *suite)
Definition testuser.c:158