aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2017-04-29 08:51:51 +0200
committerSebastian Hahn <sebastian@torproject.org>2017-04-29 08:55:57 +0200
commit915fa39d0f927712f7a468c0a2f4497aef0a3b0f (patch)
tree9e8d805a4b9bcbd30138ff79560708099469412d /src/test/fuzz
parentb8f7488e94f2cb83bdf83228781a11233d9f0a46 (diff)
downloadtor-915fa39d0f927712f7a468c0a2f4497aef0a3b0f.tar.gz
tor-915fa39d0f927712f7a468c0a2f4497aef0a3b0f.zip
Add --enable-rust configure switch
Introduce a way to optionally enable Rust integration for our builds. No actual Rust code is added yet and specifying the flag has no effect other than failing the build if rustc and cargo are unavailable.
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 \