mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00

This enables building the Luppp unit tests with Meson, and adds an option to disable building those tests. For a release, the option should probably be off - although currently it has no significant impact on the result. Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
1 line
77 B
Meson
1 line
77 B
Meson
option('tests', type : 'boolean', value : true, description : 'Build tests')
|