mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Add an install-tests option
Use this to enable or disable installed tests.
This commit is contained in:
parent
a45e497fdf
commit
c57b402d9d
@ -40,3 +40,5 @@ option('demos', type: 'boolean', value: 'true',
|
||||
description : 'Build demos and example programs')
|
||||
option('build-tests', type: 'boolean', value: 'true',
|
||||
description : 'Build tests')
|
||||
option('install-tests', type: 'boolean', value: 'false',
|
||||
description : 'Install tests')
|
||||
|
Loading…
Reference in New Issue
Block a user