aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorMarek Majkowski <marek@popcount.org>2013-06-10 16:21:39 +0100
committerMarek Majkowski <marek@popcount.org>2013-06-10 16:21:39 +0100
commitd769cd82b5b9517971bdefabfcc1c68b0a901751 (patch)
treef47cff5dff640df813f4d937a9bcf21282f2ee51 /src/test/test.c
parente4f51682bc6d15e5ba78dfe6dfe69e95c298954e (diff)
downloadtor-d769cd82b5b9517971bdefabfcc1c68b0a901751.tar
tor-d769cd82b5b9517971bdefabfcc1c68b0a901751.tar.gz
Bug #5170 - make pkey_eq testable, introduce test_tortls.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 a9cf899a0..da5b4e525 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -2133,6 +2133,7 @@ extern struct testcase_t config_tests[];
extern struct testcase_t introduce_tests[];
extern struct testcase_t replaycache_tests[];
extern struct testcase_t cell_format_tests[];
+extern struct testcase_t tortls_tests[];
static struct testgroup_t testgroups[] = {
{ "", test_array },
@@ -2147,6 +2148,7 @@ static struct testgroup_t testgroups[] = {
{ "pt/", pt_tests },
{ "config/", config_tests },
{ "replaycache/", replaycache_tests },
+ { "tortls/", tortls_tests },
{ "introduce/", introduce_tests },
END_OF_GROUPS
};