aboutsummaryrefslogtreecommitdiff
path: root/third_party/fuzztest/repo.json
blob: 37581268a60937b3508483c7634216920e8109b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
    }
}