diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-07 09:58:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-07 09:58:21 -0400 |
commit | 61f1838cdc3dc11c6154c137b39817081dc0849f (patch) | |
tree | 191b85d63bfd100307cf87387ebda3012931a462 /src/test/test.c | |
parent | 1e54bdd48a5deec7c1c4a0a167fb5abe312c8458 (diff) | |
parent | f5cc8da7e0dc5ba52a1a6a7744e749f4f46c35bc (diff) | |
download | tor-61f1838cdc3dc11c6154c137b39817081dc0849f.tar.gz tor-61f1838cdc3dc11c6154c137b39817081dc0849f.zip |
Merge branch 'isolate_openssl'
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index f8c2db726d..77ea44970c 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1201,6 +1201,7 @@ struct testgroup_t testgroups[] = { { "control/", controller_tests }, { "control/event/", controller_event_tests }, { "crypto/", crypto_tests }, + { "crypto/openssl/", crypto_openssl_tests }, { "dir/", dir_tests }, { "dir_handle_get/", dir_handle_get_tests }, { "dir/md/", microdesc_tests }, |