]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
test: check if the unit file fuzzer corpora is up to date
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 2 Apr 2021 17:51:44 +0000 (19:51 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 5 Apr 2021 13:41:05 +0000 (14:41 +0100)
commit34fde9f898f63096262d95c61d75db85dabe6fe4
tree058e62b9d8968dd1f0ad66899613dc0fb5234499
parent080a602771ef51230a51f247b8b728d0483e2f28
test: check if the unit file fuzzer corpora is up to date

This follows a similar pattern we already have in place for
networkd-related directives.
12 files changed:
meson.build
test/fuzz/fuzz-unit-file/directives-all.service [new file with mode: 0644]
test/fuzz/fuzz-unit-file/directives.automount [new file with mode: 0644]
test/fuzz/fuzz-unit-file/directives.mount [new file with mode: 0644]
test/fuzz/fuzz-unit-file/directives.path [new file with mode: 0644]
test/fuzz/fuzz-unit-file/directives.scope
test/fuzz/fuzz-unit-file/directives.service
test/fuzz/fuzz-unit-file/directives.slice [new file with mode: 0644]
test/fuzz/fuzz-unit-file/directives.socket [new file with mode: 0644]
test/fuzz/fuzz-unit-file/directives.swap [new file with mode: 0644]
test/fuzz/fuzz-unit-file/directives.timer [new file with mode: 0644]
tools/check-directives.sh