]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fuzz-bus-message: move sources to src/libsystemd/
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Mar 2021 13:40:55 +0000 (14:40 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 6 Mar 2021 08:27:09 +0000 (09:27 +0100)
There's also fuzz-bus-label, but despite the name, it tests code that is in
src/shared/, so it shouldn't move.

src/fuzz/meson.build
src/libsystemd/meson.build
src/libsystemd/sd-bus/fuzz-bus-message.c [moved from src/fuzz/fuzz-bus-message.c with 100% similarity]

index 96528a191d1bcc32b9b989260afafc1a86a802b7..1ed1dd82518ea0860a7330d60c14686601d870b1 100644 (file)
@@ -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']],
index b8a9bbe22265703203c255f02a4f96b0daf3aad6..2fe1978d02e63a7fe00b3e162045979c546faef5 100644 (file)
@@ -315,3 +315,9 @@ if cxx_cmd != ''
                 [['src/libsystemd/sd-bus/test-bus-vtable-cc.cc']],
         ]
 endif
+
+############################################################
+
+fuzzers += [
+        [['src/libsystemd/sd-bus/fuzz-bus-message.c']],
+]