diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-07-05 14:01:42 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 17:08:05 -0400 |
commit | 8f63ef10ad3e10dada545b28b7a66c58edc70d75 (patch) | |
tree | dcd1852c71717c77b810dc568dce633efc70ec4a /src/test/Makefile.am | |
parent | 43b81325b5782ce7986421bdfefae57cd4c8ab81 (diff) | |
download | tor-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.am | 1 |
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 |