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 0873b6f commit 544cbf9Copy full SHA for 544cbf9
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