diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-26 18:07:25 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-03 13:37:16 +0200 |
commit | cbc55c4cce7e8a076dbeb5bc7a9660e20338b7e6 (patch) | |
tree | afa00146b30f58bddcb17193bec1ba27c3985424 /test/meson.build | |
parent | meson: merge declarations of normal and test executables (diff) | |
download | systemd-cbc55c4cce7e8a076dbeb5bc7a9660e20338b7e6.tar.xz systemd-cbc55c4cce7e8a076dbeb5bc7a9660e20338b7e6.zip |
meson: also merge declarations of fuzzers with other executables
Diffstat (limited to '')
-rw-r--r-- | test/meson.build | 4 |
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') |