srctree

Robin Linden parent 957652e6 e8e13a4b
build: Mark all fuzz test targets as testonly

inlinesplit
archive/BUILD added: 16, removed: 8, total 8
@@ -36,6 +36,7 @@ cc_library(
[cc_fuzz_test(
name = src[:-4],
size = "small",
testonly = True,
srcs = [src],
copts = HASTUR_COPTS,
target_compatible_with = HASTUR_FUZZ_PLATFORMS,
 
css/BUILD added: 16, removed: 8, total 8
@@ -28,6 +28,7 @@ cc_library(
 
cc_fuzz_test(
name = "css_parser_fuzz_test",
testonly = True,
srcs = ["parser_fuzz_test.cpp"],
copts = HASTUR_COPTS,
target_compatible_with = HASTUR_FUZZ_PLATFORMS,
 
html2/BUILD added: 16, removed: 8, total 8
@@ -117,6 +117,7 @@ genrule(
[cc_fuzz_test(
name = src[:-4],
size = "small",
testonly = True,
srcs = [src],
copts = HASTUR_COPTS,
target_compatible_with = HASTUR_FUZZ_PLATFORMS,
 
img/BUILD added: 16, removed: 8, total 8
@@ -68,6 +68,7 @@ extra_srcs = {
[cc_fuzz_test(
name = src[:-4],
size = "small",
testonly = True,
srcs = [src],
copts = HASTUR_COPTS,
target_compatible_with = HASTUR_FUZZ_PLATFORMS,
 
protocol/BUILD added: 16, removed: 8, total 8
@@ -23,6 +23,7 @@ cc_library(
[cc_fuzz_test(
name = src[:-4],
size = "small",
testonly = True,
srcs = [src],
copts = HASTUR_COPTS,
target_compatible_with = HASTUR_FUZZ_PLATFORMS,
 
uri/BUILD added: 16, removed: 8, total 8
@@ -28,6 +28,7 @@ cc_test(
cc_fuzz_test(
name = "uri_fuzz_test",
size = "small",
testonly = True,
srcs = ["uri_fuzz_test.cpp"],
copts = HASTUR_COPTS,
target_compatible_with = HASTUR_FUZZ_PLATFORMS,
 
url/BUILD added: 16, removed: 8, total 8
@@ -56,6 +56,7 @@ cc_test(
cc_fuzz_test(
name = "url_fuzz_test",
size = "small",
testonly = True,
srcs = ["url_fuzz_test.cpp"],
copts = HASTUR_COPTS,
corpus = glob(["url_fuzz_test_corpus/**"]),
 
wasm/BUILD added: 16, removed: 8, total 8
@@ -35,6 +35,7 @@ cc_library(
[cc_fuzz_test(
name = src[:-4],
size = "small",
testonly = True,
srcs = [src],
copts = HASTUR_COPTS,
corpus = glob(