mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
21 lines
523 B
Meson
21 lines
523 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
simple_fuzzers += files(
|
|
'fuzz-bootspec.c',
|
|
'fuzz-bus-label.c',
|
|
'fuzz-calendarspec.c',
|
|
'fuzz-catalog.c',
|
|
'fuzz-env-file.c',
|
|
'fuzz-hostname-setup.c',
|
|
'fuzz-json.c',
|
|
'fuzz-time-util.c',
|
|
'fuzz-udev-database.c',
|
|
'fuzz-varlink.c',
|
|
'fuzz-varlink-idl.c',
|
|
)
|
|
|
|
# The following fuzzers do not work on oss-fuzz. See #11018.
|
|
if not want_ossfuzz
|
|
simple_fuzzers += files('fuzz-compress.c')
|
|
endif
|