mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
Merge branch 'optional-tests' into 'main'
build: Make tests optional See merge request GNOME/blueprint-compiler!245
This commit is contained in:
commit
8dfe5f61a7
2 changed files with 4 additions and 1 deletions
|
@ -42,4 +42,6 @@ else
|
|||
install_subdir('blueprintcompiler', install_dir: py.get_install_dir())
|
||||
endif
|
||||
|
||||
subdir('tests')
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue