kmod/build-dev.ini
Lucas De Marchi 618cba5fb2 meson: Add build-tests to build-dev.ini
Developers are supposed to run tests to test their code.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/104
2024-09-06 14:36:20 -05:00

11 lines
177 B
INI

[project options]
build-tests = true
debug-messages = true
zstd = 'enabled'
xz = 'enabled'
zlib = 'enabled'
openssl = 'enabled'
[built-in options]
buildtype = 'debugoptimized'