diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-18 21:42:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-09-18 21:43:38 -0400 |
commit | 2f2fa7683d768ce165e9fc5b6f22d2fdcd79d9ca (patch) | |
tree | e3cdcc9404be38edfd936d32305f0636c6435d87 /src/test/include.am | |
parent | 1825674bd31506efe5afbf91c244919204ca5af4 (diff) | |
download | tor-2f2fa7683d768ce165e9fc5b6f22d2fdcd79d9ca.tar.gz tor-2f2fa7683d768ce165e9fc5b6f22d2fdcd79d9ca.zip |
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.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am index e3f2795f2d..54adc40a8b 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 \ |