summaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-10 13:22:01 -0500
committerNick Mathewson <nickm@torproject.org>2017-03-16 16:01:59 -0400
commitee253e392a25baed4fa86f236613dfb71faa7ca6 (patch)
tree7add2943b04288edb96234c611e51848fbd0f923 /src/test/test.c
parent118d7018d07ebc6324e8b7220002465479b0cbf3 (diff)
downloadtor-ee253e392a25baed4fa86f236613dfb71faa7ca6.tar.gz
tor-ee253e392a25baed4fa86f236613dfb71faa7ca6.zip
Define a "storagedir" abstraction to hold numerous similar files
We could use one of these for holding "junk" descriptors and unparseable things -- but we'll _need_ it for having cached consensuses and diffs between them.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 866408e856..52d8912f17 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1232,6 +1232,7 @@ struct testgroup_t testgroups[] = {
{ "socks/", socks_tests },
{ "shared-random/", sr_tests },
{ "status/" , status_tests },
+ { "storagedir/", storagedir_tests },
{ "tortls/", tortls_tests },
{ "util/", util_tests },
{ "util/format/", util_format_tests },