summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-06-26 18:07:25 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-08-03 13:37:16 +0200
commitcbc55c4cce7e8a076dbeb5bc7a9660e20338b7e6 (patch)
treeafa00146b30f58bddcb17193bec1ba27c3985424 /test/meson.build
parentmeson: merge declarations of normal and test executables (diff)
downloadsystemd-cbc55c4cce7e8a076dbeb5bc7a9660e20338b7e6.tar.xz
systemd-cbc55c4cce7e8a076dbeb5bc7a9660e20338b7e6.zip
meson: also merge declarations of fuzzers with other executables
Diffstat (limited to '')
-rw-r--r--test/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/meson.build b/test/meson.build
index a5bcc128cc..59d9a63a11 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -309,7 +309,3 @@ if want_tests != 'false' and conf.get('ENABLE_KERNEL_INSTALL') == 1
args : args,
depends : deps)
endif
-
-############################################################
-
-subdir('fuzz')