summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a54f6e4018..48b85c16b8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1759,4 +1759,10 @@ if (pdf_is_standalone) {
"//samples",
]
}
+ group("fuzzers") {
+ testonly = true
+ deps = [
+ "//testing/libfuzzer",
+ ]
+ }
}