diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-11 18:34:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-19 14:07:43 -0400 |
commit | e015f7c9ccbbb6d857e23ff419528729e44fff93 (patch) | |
tree | 4a06cbcdb95a8d27f1245e30ab5699fc21d9645f /src/test/include.am | |
parent | 7123e9706e424c2a0561ad81db3ef9e4073df30c (diff) | |
download | tor-e015f7c9ccbbb6d857e23ff419528729e44fff93.tar.gz tor-e015f7c9ccbbb6d857e23ff419528729e44fff93.zip |
Basic 'handle' implementation and tests.
This abstraction covers the case where one part of the program needs
to refer to another object that is allowed to disappear.
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 7d80fdf152..a3543ddbf4 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -86,6 +86,7 @@ src_test_test_SOURCES = \ src/test/test_guardfraction.c \ src/test/test_extorport.c \ src/test/test_hs.c \ + src/test/test_handles.c \ src/test/test_introduce.c \ src/test/test_keypin.c \ src/test/test_link_handshake.c \ |