]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/fuzz/meson.build
Merge pull request #7675 from shawnl/unaligned
[thirdparty/systemd.git] / src / fuzz / meson.build
1 # SPDX-License-Identifier: LGPL-2.1+
2 # Copyright 2018 Jonathan Rudenberg
3 #
4 # systemd is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU Lesser General Public License as published by
6 # the Free Software Foundation; either version 2.1 of the License, or
7 # (at your option) any later version.
8 #
9 # systemd is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public License
15 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
16
17 fuzzers += [
18 [['src/fuzz/fuzz-dns-packet.c',
19 dns_type_headers],
20 [libsystemd_resolve_core,
21 libshared],
22 [libgcrypt,
23 libgpg_error,
24 libm]],
25 ]