Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Antonio Caggiano
gfx-pps
Commits
8b1f0a10
Commit
8b1f0a10
authored
Aug 21, 2020
by
Robert Beckett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: disable tests until they are fixed for generic GPUs
parent
7ed6a60f
Pipeline
#208408
passed with stages
in 6 minutes and 23 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
meson_options.txt
meson_options.txt
+1
-1
test/meson.build
test/meson.build
+2
-2
No files found.
meson_options.txt
View file @
8b1f0a10
option('weston', type: 'boolean', value: true, description: 'Whether to build weston producer')
option('gpu', type: 'boolean', value: true, description: 'Whether to build gpu producer')
option('test', type: 'boolean', value:
tru
e, description: 'Whether to build tests')
option('test', type: 'boolean', value:
fals
e, description: 'Whether to build tests')
test/meson.build
View file @
8b1f0a10
...
...
@@ -8,7 +8,7 @@ dep_docopt = dependency('docopt')
executable(
'gpu-perf-cnt',
'src/gpu-perf-cnt.cc',
dependencies: [dep_docopt
, dep_pps_gpu
]
dependencies: [dep_docopt]
)
# Tests
...
...
@@ -31,7 +31,7 @@ test(
test_panfrost = executable(
'test-panfrost',
'src/panfrost.cc',
dependencies: [
dep_pps_gpu,
dep_gtest]
dependencies: [dep_gtest]
)
test(
...
...
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