aboutsummaryrefslogtreecommitdiff
path: root/driver/BUILD.bazel
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2022-02-21 09:58:40 +0100
committerKhaled Yakdan <yakdan@code-intelligence.de>2022-02-28 16:12:36 +0100
commit23b08b6b64155621386967e089021fa75983f59c (patch)
tree5fe22902df071282687f0d306373674fc82ea095 /driver/BUILD.bazel
parent5393791d2ac47cf6d63e6fc244ffdae491e17212 (diff)
downloadjazzer-api-23b08b6b64155621386967e089021fa75983f59c.tar.gz
Add benchmarks for fuzzer callbacks
The parts of the benchmark that require a JDK supporting Project Panama are commented out as there is no good way to enable them only if the current JDK supports them.
Diffstat (limited to 'driver/BUILD.bazel')
-rw-r--r--driver/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/BUILD.bazel b/driver/BUILD.bazel
index 24abeb01..63398fb7 100644
--- a/driver/BUILD.bazel
+++ b/driver/BUILD.bazel
@@ -5,6 +5,9 @@ cc_library(
srcs = ["sanitizer_hooks_with_pc.cpp"],
hdrs = ["sanitizer_hooks_with_pc.h"],
linkstatic = True,
+ visibility = [
+ "//agent/src/jmh/native/com/code_intelligence/jazzer/runtime:__pkg__",
+ ],
)
cc_test(