tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 85f75d617c4f0c409bd9daca9d4b07ded53e5ede
parent 0e348720fc3a4db0e61fcb81673080ae71e80b4e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 15 May 2017 11:45:20 -0400

Add hs_test_helpers.h to noinst_HEADERS

Diffstat:
Msrc/test/include.am | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/test/include.am b/src/test/include.am @@ -250,6 +250,7 @@ src_test_test_timers_LDFLAGS = $(src_test_test_LDFLAGS) noinst_HEADERS+= \ src/test/fakechans.h \ + src/test/hs_test_helpers.h \ src/test/log_test_helpers.h \ src/test/rend_test_helpers.h \ src/test/test.h \