summaryrefslogtreecommitdiff
path: root/src/test/include.am
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/include.am
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/include.am')
-rw-r--r--src/test/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 1c0726fd3a..6168b474c1 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -129,6 +129,7 @@ src_test_test_SOURCES = \
src/test/test_shared_random.c \
src/test/test_socks.c \
src/test/test_status.c \
+ src/test/test_storagedir.c \
src/test/test_threads.c \
src/test/test_tortls.c \
src/test/test_util.c \