diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-17 11:23:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-24 13:49:08 -0400 |
commit | 7db4d0c55f1e0146ecd0207f788075b672411cc2 (patch) | |
tree | 7065f8bb6976c7b7c5878458d25927734f8ef505 /src/test/include.am | |
parent | 5ecad6c95d5e8e9a0abe5c86b5f8f066cc7a8f1c (diff) | |
download | tor-7db4d0c55f1e0146ecd0207f788075b672411cc2.tar.gz tor-7db4d0c55f1e0146ecd0207f788075b672411cc2.zip |
Basic unit tests for relay_crypto.c
These tests handle incoming and outgoing cells on a three-hop
circuit, and make sure that the crypto works end-to-end. They don't
yet test spec conformance, leaky-pipe, or various error cases.
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 1a49367c6b..0c74460dca 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -150,6 +150,7 @@ src_test_test_SOURCES = \ src/test/test_pubsub.c \ src/test/test_relay.c \ src/test/test_relaycell.c \ + src/test/test_relaycrypt.c \ src/test/test_rendcache.c \ src/test/test_replay.c \ src/test/test_router.c \ |