Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
girara
Commits
5cd964e7
Commit
5cd964e7
authored
Nov 27, 2018
by
Sebastian Ramacher
Browse files
Add tests build option
parent
7e4a5336
Changes
2
Show whitespace changes
Inline
Side-by-side
meson_options.txt
View file @
5cd964e7
...
...
@@ -13,3 +13,8 @@ option('docs',
value: 'auto',
description: 'Doxygen API documentation.'
)
option('tests',
type: 'feature',
value: 'auto',
description: 'run tests'
)
tests/meson.build
View file @
5cd964e7
check = dependency('check', required:
false
)
check = dependency('check', required:
get_option('tests')
)
if check.found()
test_dependencies = [
declare_dependency(link_with: girara),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment