Fork of Crowbar, renamed to Alcobar.
samoht/alcobar (maintainer: Thomas Gazagnaire).ocamlformat (version 0.29.0).test_case and run replace the old add_test interface; property tests run via Alcotest.run_with_args, AFL mode is preserved by detecting a file argument. Examples now build as executables with an explicit runtest rule, so test binaries can be invoked directly with CLI flags.--gen-corpus DIR flag generates seed corpus files from passing test runs, capturing the exact bytes consumed by generators.ALCOBAR_TIMEOUT env var, --timeout flag); defaults to 2 seconds. Use --timeout 0 to disable.--budget SECONDS); iteration stops when the budget is exhausted. Defaults to 2 seconds. Use --budget 0 to disable.src/ to lib/.fuzz.ml plus a fuzz_<lib>.ml[i] module exporting a suite value.%{dune-warnings} for dev flags.