File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments