aboutsummaryrefslogtreecommitdiff
path: root/third_party/fuzztest/repo.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/fuzztest/repo.json')
-rw-r--r--third_party/fuzztest/repo.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/third_party/fuzztest/repo.json b/third_party/fuzztest/repo.json
new file mode 100644
index 000000000..37581268a
--- /dev/null
+++ b/third_party/fuzztest/repo.json
@@ -0,0 +1,30 @@
+{
+ "name": "FuzzTest",
+ "repos": {
+ "com_google_absl": "abseil-cpp",
+ "com_google_googletest": "googletest",
+ "com_google_protobuf": "protobuf",
+ "com_googlesource_code_re2": "re2"
+ },
+ "aliases": {
+ "$dir_pw_third_party/googletest:gtest": "$dir_pw_third_party/googletest"
+ },
+ "add": [
+ "$dir_pw_third_party/fuzztest/configs:disabled_warnings",
+ "$dir_pw_third_party/abseil-cpp/configs:disabled_warnings",
+ "$dir_pw_third_party/re2/configs:disabled_warnings"
+ ],
+ "remove": [
+ "$dir_pw_fuzzer:instrumentation",
+ "$dir_pw_toolchain/host_clang:sanitize_address",
+ "$dir_pw_toolchain/host_clang:sanitize_memory",
+ "$dir_pw_toolchain/host_clang:sanitize_undefined",
+ "$dir_pw_toolchain/host_clang:sanitize_undefined_heuristic",
+ "$dir_pw_toolchain/host_clang:sanitize_thread"
+ ],
+ "allow_testonly": true,
+ "no_gn_check": [ "//fuzztest:regexp_dfa" ],
+ "extra_files": {
+ "fuzztest.bazelrc": "@com_google_fuzztest//bazel:setup_configs"
+ }
+}