summaryrefslogtreecommitdiff
path: root/contrib/apr-util/test/abts_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apr-util/test/abts_tests.h')
-rw-r--r--contrib/apr-util/test/abts_tests.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/apr-util/test/abts_tests.h b/contrib/apr-util/test/abts_tests.h
index b612d31b8fa5..cb4e113fe8b6 100644
--- a/contrib/apr-util/test/abts_tests.h
+++ b/contrib/apr-util/test/abts_tests.h
@@ -35,12 +35,14 @@ const struct testlist {
{testdbd},
{testdate},
{testmemcache},
+ {testredis},
{testxml},
{testxlate},
{testrmm},
{testdbm},
{testqueue},
- {testreslist}
+ {testreslist},
+ {testsiphash}
};
#endif /* APR_TEST_INCLUDES */