mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-21 23:19:24 -04:00
Compare commits
2 commits
f2198838cb
...
8dfe5f61a7
Author | SHA1 | Date | |
---|---|---|---|
|
8dfe5f61a7 | ||
|
eb16b36405 |
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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
option('docs', type: 'boolean', value: false)
|
||||
option('tests', type: 'boolean', value: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue