Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
François Cartegnie
dav1d
Commits
bebe5ec8
Commit
bebe5ec8
authored
Sep 29, 2018
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Add option to disable building tests
parent
1a00be48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
meson_options.txt
meson_options.txt
+5
-0
tests/meson.build
tests/meson.build
+9
-0
No files found.
meson_options.txt
View file @
bebe5ec8
...
...
@@ -14,3 +14,8 @@ option('build_tools',
type: 'boolean',
value: true,
description: 'Build dav1d cli tools')
option('build_tests',
type: 'boolean',
value: true,
description: 'Build dav1d tests')
tests/meson.build
View file @
bebe5ec8
#
# Build definition for the dav1d tests
#
# Leave subdir if tests are disabled
if not get_option('build_tests')
subdir_done()
endif
if is_asm_enabled
checkasm_sources = files('checkasm/checkasm.c')
...
...
Write
Preview
Markdown
is supported
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