aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-02-11 11:26:04 -0500
committerDavid Goulet <dgoulet@torproject.org>2020-07-08 09:10:08 -0400
commit0de543aae636e422bc9fa339efa81e8260b77ae4 (patch)
tree8168f28c340b36fb571b28ff00505fba00ed7781 /src/test/fuzz
parent668fc70a20c602bb0e74bf0e19589a17bb45b7ae (diff)
downloadtor-0de543aae636e422bc9fa339efa81e8260b77ae4.tar.gz
tor-0de543aae636e422bc9fa339efa81e8260b77ae4.zip
trace: Add LTTng-UST interface support
No probes at this point. They are per subsystem and thus in later commits. Part of #32910
Diffstat (limited to 'src/test/fuzz')
-rw-r--r--src/test/fuzz/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am
index d0711f05d6..f3f7202ce2 100644
--- a/src/test/fuzz/include.am
+++ b/src/test/fuzz/include.am
@@ -14,7 +14,7 @@ FUZZING_LIBS = \
@TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ @CURVE25519_LIBS@ \
@TOR_SYSTEMD_LIBS@ \
@TOR_LZMA_LIBS@ \
- @TOR_ZSTD_LIBS@
+ @TOR_ZSTD_LIBS@ @TOR_TRACE_LIBS@
oss-fuzz-prereqs: \
$(TOR_INTERNAL_TESTING_LIBS)