From 8f63ef10ad3e10dada545b28b7a66c58edc70d75 Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Thu, 5 Jul 2012 14:01:42 -0700 Subject: Implement replaycache_t for bug 6177, and unit tests for the preceding --- src/test/test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/test.c') diff --git a/src/test/test.c b/src/test/test.c index 6bf2d28d90..1162b5c74f 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1863,6 +1863,7 @@ extern struct testcase_t dir_tests[]; extern struct testcase_t microdesc_tests[]; extern struct testcase_t pt_tests[]; extern struct testcase_t config_tests[]; +extern struct testcase_t replaycache_tests[]; static struct testgroup_t testgroups[] = { { "", test_array }, @@ -1875,6 +1876,7 @@ static struct testgroup_t testgroups[] = { { "dir/md/", microdesc_tests }, { "pt/", pt_tests }, { "config/", config_tests }, + { "replaycache/", replaycache_tests }, END_OF_GROUPS }; -- cgit v1.2.3-54-g00ecf