mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
build: disable catch2 unit-tests
The library tests take more time to complie than the entire Waybar.
This commit is contained in:
@ -563,6 +563,7 @@ endif
|
|||||||
catch2 = dependency(
|
catch2 = dependency(
|
||||||
'catch2',
|
'catch2',
|
||||||
version: '>=3.5.1',
|
version: '>=3.5.1',
|
||||||
|
default_options: [ 'tests=false' ],
|
||||||
fallback: ['catch2', 'catch2_dep'],
|
fallback: ['catch2', 'catch2_dep'],
|
||||||
required: get_option('tests'),
|
required: get_option('tests'),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user