We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6276965 commit b5c53cbCopy full SHA for b5c53cb
fuzz/oss-fuzz-build.sh
@@ -12,6 +12,7 @@ targets=(
12
ast_fuzz_match
13
ast_fuzz_regex
14
ast_fuzz_match_bytes
15
+ ast_diff_default
16
)
17
for target in "${targets[@]}"; do
18
cp "fuzz/target/x86_64-unknown-linux-gnu/release/${target}" "${OUT}/"
0 commit comments