summaryrefslogtreecommitdiff
path: root/src/test/Makefile.am
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@persephoneslair.org>2012-07-05 14:01:42 -0700
committerNick Mathewson <nickm@torproject.org>2012-07-31 17:08:05 -0400
commit8f63ef10ad3e10dada545b28b7a66c58edc70d75 (patch)
treedcd1852c71717c77b810dc568dce633efc70ec4a /src/test/Makefile.am
parent43b81325b5782ce7986421bdfefae57cd4c8ab81 (diff)
downloadtor-8f63ef10ad3e10dada545b28b7a66c58edc70d75.tar.gz
tor-8f63ef10ad3e10dada545b28b7a66c58edc70d75.zip
Implement replaycache_t for bug 6177, and unit tests for the preceding
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r--src/test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 31a464ee7a..3606686df2 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -20,6 +20,7 @@ test_SOURCES = \
test_dir.c \
test_microdesc.c \
test_pt.c \
+ test_replay.c \
test_util.c \
test_config.c \
tinytest.c