Index: testing/libfuzzer/fuzzers/BUILD.gn |
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn |
index 658f206d75a088fa06b2e613e58ef8943191fdc4..4e4925942cd57e00764bca4237403057a625f495 100644 |
--- a/testing/libfuzzer/fuzzers/BUILD.gn |
+++ b/testing/libfuzzer/fuzzers/BUILD.gn |
@@ -336,3 +336,14 @@ fuzzer_test("skia_pathop_fuzzer") { |
] |
libfuzzer_options = [ "max_len=512" ] |
} |
+ |
+fuzzer_test("prtime_fuzzer") { |
+ sources = [ |
+ "prtime_fuzzer.cc", |
+ ] |
+ deps = [ |
+ "//base", |
+ ] |
+ dict = "dicts/prtime.dict" |
+ libfuzzer_options = [ "max_len=1024" ] |
+} |