From 8ffb49422bffd911dbe0b4aea5a59ad589d785c1 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 20 Apr 2017 11:20:02 -0400 Subject: test: Add test_hs_common unit tests Move tests from test_hs_service.c to this file. Signed-off-by: David Goulet --- src/test/test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test.c') diff --git a/src/test/test.c b/src/test/test.c index 716902773e..994a97ab00 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1215,6 +1215,7 @@ struct testgroup_t testgroups[] = { { "legacy_hs/", hs_tests }, { "hs_cache/", hs_cache }, { "hs_cell/", hs_cell_tests }, + { "hs_common/", hs_common_tests }, { "hs_config/", hs_config_tests }, { "hs_descriptor/", hs_descriptor }, { "hs_ntor/", hs_ntor_tests }, -- cgit v1.2.3-54-g00ecf