diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-07-16 22:37:00 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-07-16 22:37:00 +0200 |
commit | 7259e3f6049c7a644cb1c797432d29b57a5c0589 (patch) | |
tree | ce7331b7777fd460a516df5f83c788a60ebdc22e /src/test/include.am | |
parent | facecce176c8fe15653676557c6151c4ea1ca994 (diff) | |
download | tor-7259e3f6049c7a644cb1c797432d29b57a5c0589.tar.gz tor-7259e3f6049c7a644cb1c797432d29b57a5c0589.zip |
Move test_descriptors.txt to an include file
Making the text file work out-of-tree didn't work on windows.
Maybe we can get it working that way later.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index e7c06dca20..d5163aac2f 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -72,7 +72,8 @@ src_test_bench_LDADD = src/or/libtor.a src/common/libor.a \ @TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ noinst_HEADERS+= \ - src/test/test.h + src/test/test.h \ + src/test/test_descriptors.inc if CURVE25519_ENABLED noinst_PROGRAMS+= src/test/test-ntor-cl |