We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fdfd0 commit 621b13eCopy full SHA for 621b13e
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