diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-12-03 23:04:23 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-12-03 23:04:23 +0000 |
| commit | 27cf85cc4853e9d0cf75f78c30dcda2a2cebd58e (patch) | |
| tree | 1d6e278f9e73d6f66fd6525e1714890c363f4f4a /fuzz/meson.build | |
| parent | dc4667a27e2aab4cae7198c0080cc8a46ebd9e86 (diff) | |
| download | gentoo-utils-improve-fuzzing.tar.gz | |
hook up fuzzer to stdin and stdout instead of spawning a subprocimprove-fuzzing
Diffstat (limited to 'fuzz/meson.build')
| -rw-r--r-- | fuzz/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fuzz/meson.build b/fuzz/meson.build index c613cd0..e64f43d 100644 --- a/fuzz/meson.build +++ b/fuzz/meson.build @@ -1,3 +1 @@ -cbindgen = find_program('cbindgen') - subdir('atom') |
