diff options
Diffstat (limited to 'test/abts_tests.h')
-rw-r--r-- | test/abts_tests.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/abts_tests.h b/test/abts_tests.h index b612d31b8fa52..cb4e113fe8b68 100644 --- a/test/abts_tests.h +++ b/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 */ |