From d74f0cff92322174e19c5cbd98462bd25e14fc3c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 5 Jan 2015 11:52:36 -0500 Subject: make "make test-stem" run stem tests on tor Closes ticket 14107. --- src/or/include.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/include.am') diff --git a/src/or/include.am b/src/or/include.am index fb1581c463..b44e1099dc 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -123,6 +123,9 @@ src_or_tor_cov_LDADD = src/or/libtor-testing.a src/common/libor-testing.a \ src/common/libor-event-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@ +TESTING_TOR_BINARY = ./src/or/tor-cov +else +TESTING_TOR_BINARY = ./src/or/tor endif ORHEADERS = \ -- cgit v1.2.3-54-g00ecf