forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathre2.yaml
More file actions
15 lines (15 loc) · 718 Bytes
/
re2.yaml
File metadata and controls
15 lines (15 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"is_test_benchmark": true
"language": "c++"
"project": "re2"
"target_name": "re2_fuzzer"
"target_path": "/src/re2/re2/fuzzing/re2_fuzzer.cc"
"test_files":
- "test_file_path": "//src/re2/re2/testing/dfa_test.cc"
- "test_file_path": "//src/re2/re2/testing/re2_arg_test.cc"
- "test_file_path": "//src/re2/re2/testing/regexp_generator.cc"
- "test_file_path": "//src/re2/re2/testing/possible_match_test.cc"
- "test_file_path": "//src/re2/re2/testing/null_walker.cc"
- "test_file_path": "//src/re2/re2/testing/search_test.cc"
- "test_file_path": "//src/re2/re2/testing/exhaustive_tester.cc"
- "test_file_path": "//src/re2/re2/testing/exhaustive2_test.cc"
- "test_file_path": "//src/re2/re2/testing/string_generator_test.cc"