diff options
author | David Goulet <dgoulet@torproject.org> | 2016-05-03 11:42:50 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2016-07-01 14:01:41 -0400 |
commit | 39be8af7092a4ee004f4c53fa1e55678d9d67f1f (patch) | |
tree | 70cc2057b42c253fe4c93f71b7db2f1e52d8d0d0 /src/test/test.c | |
parent | 727d419a9d0845e7820364e8a8f0928043c67111 (diff) | |
download | tor-39be8af7092a4ee004f4c53fa1e55678d9d67f1f.tar.gz tor-39be8af7092a4ee004f4c53fa1e55678d9d67f1f.zip |
prop250: Add unit tests
Signed-off-by: David Goulet <dgoulet@torproject.org>
Signed-off-by: George Kadianakis <desnacked@riseup.net>
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 c0faec3027..3a1054decf 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1170,6 +1170,7 @@ struct testgroup_t testgroups[] = { { "routerset/" , routerset_tests }, { "scheduler/", scheduler_tests }, { "socks/", socks_tests }, + { "shared-random/", sr_tests }, { "status/" , status_tests }, { "tortls/", tortls_tests }, { "util/", util_tests }, |