diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-26 13:42:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-28 08:53:14 -0500 |
commit | 886d4be14977f6033442161901a6cdd2ad0a5076 (patch) | |
tree | 1a6009a46a9185a13452441d12cdf9e931db05f9 /src/test/include.am | |
parent | 0be9e6099b4ca5597459ce1a9561812a8e7343e0 (diff) | |
download | tor-886d4be14977f6033442161901a6cdd2ad0a5076.tar.gz tor-886d4be14977f6033442161901a6cdd2ad0a5076.zip |
Unit tests for test_routerkeys_write_fingerprint
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 5f978b518c..e7aebac389 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -35,6 +35,7 @@ src_test_test_SOURCES = \ src/test/test_options.c \ src/test/test_pt.c \ src/test/test_replay.c \ + src/test/test_routerkeys.c \ src/test/test_socks.c \ src/test/test_util.c \ src/test/test_config.c \ |