Merge commit 'b1fe0644843f5d08cd203bb5d4cdb923172f247b'

This commit is contained in:
2024-01-14 21:51:01 +01:00
39 changed files with 775 additions and 307 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash -eu
FUZZ_TARGETS="bootstrap_fuzzer toxsave_fuzzer"
FUZZ_TARGETS="bootstrap_fuzz_test toxsave_fuzz_test"
# out of tree build
cd "$WORK"