summaryrefslogtreecommitdiff
path: root/test/testall.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-03 06:32:13 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-03 06:32:13 +0000
commit782f65812f8a485e69d3e0c75f91b676d9842824 (patch)
tree08dcdef8d4c25bd1e0a509441d2fcaafa95417ba /test/testall.c
parentbaab11521d386759bcf60bf3a01f6f4a654b283c (diff)
downloadlibapr-782f65812f8a485e69d3e0c75f91b676d9842824.tar.gz
Migrate testsockopt to the new test suite.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testall.c')
-rw-r--r--test/testall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testall.c b/test/testall.c
index 260b7dd79..7108b2ac1 100644
--- a/test/testall.c
+++ b/test/testall.c
@@ -82,6 +82,7 @@ static const struct testlist {
{"testdso", testdso},
{"testoc", testoc},
{"testsockets", testsockets},
+ {"testsockopt", testsockopt},
{"testproc", testproc},
{"testpoll", testpoll},
{"testlock", testlock},