mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
Add a build-testsuite option
This will let us run the testsuite in ci without having to build all the manual tests.
This commit is contained in:
parent
434d8ef0ea
commit
9ad27e4371
@ -747,6 +747,8 @@ endif
|
||||
subdir('tools')
|
||||
if get_option('build-tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
if get_option('build-testsuite')
|
||||
subdir('testsuite')
|
||||
endif
|
||||
if get_option('build-examples')
|
||||
|
@ -114,6 +114,11 @@ option('profile',
|
||||
value: 'default',
|
||||
description : 'Profile to use for demos')
|
||||
|
||||
option('build-testsuite',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description : 'Build testsuite')
|
||||
|
||||
option('build-examples',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
|
Loading…
Reference in New Issue
Block a user