aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-08 13:55:02 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-08 13:55:02 -0400
commit245f273aaf6a6189a57d837d5fd76b76cc9b6f8e (patch)
tree2806ce750222a7e80e6151656360aeeb0a6d93eb /src/test/test.c
parent3ac426afe8f169cb2c16de9d37b8630b7c3216f5 (diff)
parent51e13cd1ad5f7c130521e2a964ea462f35d1880e (diff)
downloadtor-245f273aaf6a6189a57d837d5fd76b76cc9b6f8e.tar.gz
tor-245f273aaf6a6189a57d837d5fd76b76cc9b6f8e.zip
Merge branch 'bug7952_final'
Conflicts: src/test/include.am src/test/test.c
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 0e0fc6a4f3..a53b5b0c81 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1638,6 +1638,7 @@ extern struct testcase_t hs_tests[];
extern struct testcase_t nodelist_tests[];
extern struct testcase_t routerkeys_tests[];
extern struct testcase_t oom_tests[];
+extern struct testcase_t exit_policy_tests[];
static struct testgroup_t testgroups[] = {
{ "", test_array },
@@ -1666,6 +1667,7 @@ static struct testgroup_t testgroups[] = {
{ "nodelist/", nodelist_tests },
{ "routerkeys/", routerkeys_tests },
{ "oom/", oom_tests },
+ { "policy/" , exit_policy_tests },
END_OF_GROUPS
};