diff options
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index c96b396599..ed3013ce14 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1287,6 +1287,7 @@ static struct testcase_t test_array[] = { }; extern struct testcase_t addr_tests[]; +extern struct testcase_t address_tests[]; extern struct testcase_t buffer_tests[]; extern struct testcase_t crypto_tests[]; extern struct testcase_t container_tests[]; @@ -1319,6 +1320,7 @@ static struct testgroup_t testgroups[] = { { "buffer/", buffer_tests }, { "socks/", socks_tests }, { "addr/", addr_tests }, + { "address/", address_tests }, { "crypto/", crypto_tests }, { "container/", container_tests }, { "util/", util_tests }, |