Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0a49b6

Browse files
committed
bazel: going forward, the default corpus dir is in .cifuzz-corpus
1 parent 0fab932 commit d0a49b6

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

‎example-projects/advanced-setup/bazel/fuzztests/BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ cc_fuzz_test(
88
corpus = glob(
99
["test_me_fuzz_test_inputs/**"],
1010
allow_empty = True,
11-
) + select({
12-
"@cifuzz//:collect_coverage": glob([".test_me_fuzz_test_cifuzz_corpus/**"], allow_empty = True),
13-
"//conditions:default": [],
14-
}),
11+
),
1512
deps = [
1613
"//lib/src:test_me",
1714
"@cifuzz",

‎example-projects/advanced-setup/bazel/main/tests/BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ cc_fuzz_test(
88
corpus = glob(
99
["explore_me_fuzz_test_inputs/**"],
1010
allow_empty = True,
11-
) + select({
12-
"@cifuzz//:collect_coverage": glob([".explore_me_fuzz_test_cifuzz_corpus/**"], allow_empty = True),
13-
"//conditions:default": [],
14-
}),
11+
),
1512
deps = [
1613
"//main/src:explore_me",
1714
"@cifuzz",

‎example-projects/simple-setup/bazel/src/BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ cc_fuzz_test(
1515
corpus = glob(
1616
["explore_me_fuzz_test_inputs/**"],
1717
allow_empty = True,
18-
) + select({
19-
"@cifuzz//:collect_coverage": glob([".explore_me_fuzz_test_cifuzz_corpus/**"], allow_empty = True),
20-
"//conditions:default": [],
21-
}),
18+
),
2219
deps = [
2320
":explore_me",
2421
"@cifuzz",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /