File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 16
16
# Centipede: an experimental distributed fuzzing engine.
17
17
18
18
load ("@rules_proto//proto:defs.bzl" , "proto_library" )
19
+ load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
20
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
21
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
19
22
load (":instrument.bzl" , "cc_uninstrumented_binary" )
20
23
21
24
VISIBILITY = ["//visibility:public" ]
Original file line number Diff line number Diff line change 14
14
15
15
# Build file for the dso_example
16
16
17
+ load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
18
+
17
19
# Shared library that we want to fuzz, built with (some) coverage instrumentation.
18
20
# It has unresolved instrumentation symbol(s) which will be resolved dynamically.
19
21
cc_binary (
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
16
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
17
+ load ("@rules_cc//cc:cc_shared_library.bzl" , "cc_shared_library" )
15
18
load (":build_defs.bzl" , "centipede_fuzz_target" )
16
19
17
20
package (default_visibility = [
You can’t perform that action at this time.
0 commit comments