summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-02 12:56:18 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-12 11:22:10 -0400
commitb1dce55b8236cc7ecf66f87c0bd96b0dcf874fcc (patch)
tree37fa7bc9401ff4016d0df52afb053161e6b96e18 /src/test/include.am
parentef011099327e5547b4786e4c911b7f107aea8306 (diff)
downloadtor-b1dce55b8236cc7ecf66f87c0bd96b0dcf874fcc.tar.gz
tor-b1dce55b8236cc7ecf66f87c0bd96b0dcf874fcc.zip
Do not apply bugtrapping flags to test-memwipe, since testing memwipe requires bugs.
Fixes bug 18901.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am
index c4ef30fe0d..b71415212c 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -170,9 +170,9 @@ src_test_test_slow_LDADD = $(src_test_test_LDADD)
src_test_test_slow_LDFLAGS = $(src_test_test_LDFLAGS)
src_test_test_memwipe_CPPFLAGS = $(src_test_test_CPPFLAGS)
-src_test_test_memwipe_CFLAGS = $(src_test_test_CFLAGS)
+src_test_test_memwipe_CFLAGS = $(TEST_CFLAGS)
src_test_test_memwipe_LDADD = $(src_test_test_LDADD)
-src_test_test_memwipe_LDFLAGS = $(src_test_test_LDFLAGS)
+src_test_test_memwipe_LDFLAGS = $(src_test_test_LDFLAGS) @CFLAGS_BUGTRAP@
src_test_bench_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
@TOR_LDFLAGS_libevent@