Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
8daf131f
Commit
8daf131f
authored
5 years ago
by
Jeremy Whiting
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in graphics test object creation.
Should use SRT_GRAPHICS_ISSUES_NONE, not SRT_LIBRARY_ISSUES_NONE.
parent
85bfaca7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!24
Add SrtGraphics wrapper to wrap graphics checker.
Pipeline
#1524
passed
5 years ago
Stage: build
Stage: autopkgtest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/graphics.c
+1
-1
1 addition, 1 deletion
tests/graphics.c
with
1 addition
and
1 deletion
tests/graphics.c
+
1
−
1
View file @
8daf131f
...
@@ -87,7 +87,7 @@ test_object (Fixture *f,
...
@@ -87,7 +87,7 @@ test_object (Fixture *f,
SRT_RENDERING_INTERFACE_GL
,
SRT_RENDERING_INTERFACE_GL
,
SRT_TEST_GOOD_GRAPHICS_RENDERER
,
SRT_TEST_GOOD_GRAPHICS_RENDERER
,
SRT_TEST_GOOD_GRAPHICS_VERSION
,
SRT_TEST_GOOD_GRAPHICS_VERSION
,
SRT_
LIBRARY
_ISSUES_NONE
);
SRT_
GRAPHICS
_ISSUES_NONE
);
g_assert_cmpint
(
srt_graphics_get_issues
(
graphics
),
==
,
g_assert_cmpint
(
srt_graphics_get_issues
(
graphics
),
==
,
SRT_GRAPHICS_ISSUES_NONE
);
SRT_GRAPHICS_ISSUES_NONE
);
g_assert_cmpstr
(
srt_graphics_get_multiarch_tuple
(
graphics
),
==
,
g_assert_cmpstr
(
srt_graphics_get_multiarch_tuple
(
graphics
),
==
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment