diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-09-25 16:39:11 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-14 13:11:20 -0500 |
commit | 670affa792e7613f6e6b5d960805418359ac0ec7 (patch) | |
tree | c71b7044315e26b16537a22a1f1b2aa1262b6356 /src/or/include.am | |
parent | aa40f289624c74bcd43b91f15cc43e7f17e9df25 (diff) | |
download | tor-670affa792e7613f6e6b5d960805418359ac0ec7.tar.gz tor-670affa792e7613f6e6b5d960805418359ac0ec7.zip |
Only setup environment variables for tests
Using the AM_TESTS_ENVIRONMENT variable ensures the environment
variables are only set during test execution and not during the
compilation phase.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/include.am b/src/or/include.am index d0e955f495..a3ac49c5d6 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -123,9 +123,6 @@ src_or_tor_cov_LDADD = src/or/libtor-testing.a src/common/libor-testing.a \ src/common/libor-event-testing.a src/trunnel/libor-trunnel-testing.a \ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ \ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ @TOR_SYSTEMD_LIBS@ -export TESTING_TOR_BINARY=$(top_builddir)/src/or/tor-cov -else -export TESTING_TOR_BINARY=$(top_builddir)/src/or/tor endif ORHEADERS = \ |