diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 14:12:27 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 14:12:27 +0200 |
commit | 086c33ea61644a27816a62f77c1629390e03d893 (patch) | |
tree | 1ecb80f590c94f177ef7865743620cae04a05476 /src/test/include.am | |
parent | 67182226f10fde686f7d541cad3c608f74415205 (diff) | |
parent | 94e5db3dca3abfc93a57287516177f14d395ae3f (diff) | |
download | tor-086c33ea61644a27816a62f77c1629390e03d893.tar.gz tor-086c33ea61644a27816a62f77c1629390e03d893.zip |
Merge remote-tracking branch 'twstrike/tortls_tests'
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 a9d8b652b2..5a5f63a341 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -95,6 +95,7 @@ src_test_test_SOURCES = \ src/test/test_socks.c \ src/test/test_status.c \ src/test/test_threads.c \ + src/test/test_tortls.c \ src/test/test_util.c \ src/test/test_util_format.c \ src/test/test_helpers.c \ |