aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-18 21:42:38 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-18 21:43:38 -0400
commit2f2fa7683d768ce165e9fc5b6f22d2fdcd79d9ca (patch)
treee3cdcc9404be38edfd936d32305f0636c6435d87 /src/test/include.am
parent1825674bd31506efe5afbf91c244919204ca5af4 (diff)
downloadtor-2f2fa7683d768ce165e9fc5b6f22d2fdcd79d9ca.tar
tor-2f2fa7683d768ce165e9fc5b6f22d2fdcd79d9ca.tar.gz
Fix benchmarks to run without crashing.
I broke this when I added separate test-mode support by having the benchmarks get built with TEST_CFLAGS.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am
index e3f2795f2..54adc40a8 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -45,8 +45,6 @@ src_test_test_CPPFLAGS= $(src_test_AM_CPPFLAGS)
src_test_bench_SOURCES = \
src/test/bench.c
-src_test_bench_CPPFLAGS= $(src_test_AM_CPPFLAGS)
-
src_test_test_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
@TOR_LDFLAGS_libevent@
src_test_test_LDADD = src/or/libtor-testing.a src/common/libor-testing.a \