summaryrefslogtreecommitdiff
path: root/fuzz/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-03 23:04:23 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-12-03 23:04:23 +0000
commit27cf85cc4853e9d0cf75f78c30dcda2a2cebd58e (patch)
tree1d6e278f9e73d6f66fd6525e1714890c363f4f4a /fuzz/meson.build
parentdc4667a27e2aab4cae7198c0080cc8a46ebd9e86 (diff)
downloadgentoo-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.build2
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')