Skip to content

Commit b5c53cb

Browse files
committed
add to oss-fuzz build
1 parent 6276965 commit b5c53cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/oss-fuzz-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ targets=(
1212
ast_fuzz_match
1313
ast_fuzz_regex
1414
ast_fuzz_match_bytes
15+
ast_diff_default
1516
)
1617
for target in "${targets[@]}"; do
1718
cp "fuzz/target/x86_64-unknown-linux-gnu/release/${target}" "${OUT}/"

0 commit comments

Comments
 (0)