diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-04 14:40:55 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-06 09:27:09 +0100 |
commit | 49ba1522fc585d9b9a8867de41a215dabd3b2c1a (patch) | |
tree | e5baa9dec9aaa4a7b9ac36b0ff8a2ab63374cc98 /src/fuzz/meson.build | |
parent | bus/bus-match: use "ret_" prefix for output parameters (diff) | |
download | systemd-49ba1522fc585d9b9a8867de41a215dabd3b2c1a.tar.xz systemd-49ba1522fc585d9b9a8867de41a215dabd3b2c1a.zip |
fuzz-bus-message: move sources to src/libsystemd/
There's also fuzz-bus-label, but despite the name, it tests code that is in
src/shared/, so it shouldn't move.
Diffstat (limited to 'src/fuzz/meson.build')
-rw-r--r-- | src/fuzz/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fuzz/meson.build b/src/fuzz/meson.build index 96528a191d..1ed1dd8251 100644 --- a/src/fuzz/meson.build +++ b/src/fuzz/meson.build @@ -1,8 +1,6 @@ # SPDX-License-Identifier: LGPL-2.1-or-later fuzzers += [ - [['src/fuzz/fuzz-bus-message.c']], - [['src/fuzz/fuzz-catalog.c']], [['src/fuzz/fuzz-json.c']], |