]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson_options.txt
meson: add fuzz-tests= option 15877/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 21 May 2020 14:59:40 +0000 (16:59 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 21 May 2020 14:59:40 +0000 (16:59 +0200)
commitc56463fdb40ba505b807739b023e9489c6ac182d
tree5f5da532cf0af015a3b347c3ef0f150b84d14845
parente72ecbf506874802784ced59a12dddb5fc92fe00
meson: add fuzz-tests= option

The slow-tests= option already enables fuzzers as well, however, this
option can't be used in the "fully sanitized" runs, as certain slow
tests are affected by the performance quite significantly.

This option allows us to enable only fuzzers without the slow tests to
meet the needs of such runs.
meson.build
meson_options.txt