summaryrefslogtreecommitdiff
path: root/src/test/fuzz
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-19 08:47:18 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-19 08:47:18 -0400
commit69ef94820b29500d93a8f2775764b8b96284bacb (patch)
tree1337215f718c30da8cc8d1529c5a3a890e488316 /src/test/fuzz
parent92d335b3dcd7b302d8a07c105f9fe8a98848cad3 (diff)
parent70c067102b7d2576fa456d2872bb41abf559dff6 (diff)
downloadtor-69ef94820b29500d93a8f2775764b8b96284bacb.tar.gz
tor-69ef94820b29500d93a8f2775764b8b96284bacb.zip
Merge branch 'add_rust_squashed'
Diffstat (limited to 'src/test/fuzz')
-rw-r--r--src/test/fuzz/include.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am
index 500377f6d7..6008238bba 100644
--- a/src/test/fuzz/include.am
+++ b/src/test/fuzz/include.am
@@ -20,7 +20,8 @@ FUZZING_LIBS = \
@TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ \
@TOR_SYSTEMD_LIBS@ \
@TOR_LZMA_LIBS@ \
- @TOR_ZSTD_LIBS@
+ @TOR_ZSTD_LIBS@ \
+ $(rust_ldadd)
oss-fuzz-prereqs: \
src/or/libtor-testing.a \