No public description PiperOrigin-RevId: 871236147
diff --git a/centipede/testing/build_defs.bzl b/centipede/testing/build_defs.bzl index 1522197..b96efe0 100644 --- a/centipede/testing/build_defs.bzl +++ b/centipede/testing/build_defs.bzl
@@ -86,6 +86,7 @@ inputs = [executable_src], outputs = [executable_dst], command = "cp %s %s" % (executable_src.path, executable_dst.path), + mnemonic = "CentipedeSancovFuzzTargetCopy", ) # We need to explicitly collect the runfiles from all relevant attributes.