Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project_Phoenix
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Project_Phoenix
Commits
5b70c0bd
Commit
5b70c0bd
authored
May 23, 2018
by
jwendt
Browse files
Options
Downloads
Patches
Plain Diff
also remove reporter struct from sdl and openvr mock
parent
75ab7bb6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!128
Feature/#251 make sure tests cpp is compiled once
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/src/mocks/openvr_mock.cpp
+0
-2
0 additions, 2 deletions
tests/src/mocks/openvr_mock.cpp
tests/src/mocks/sdl_mock.cpp
+0
-2
0 additions, 2 deletions
tests/src/mocks/sdl_mock.cpp
with
0 additions
and
4 deletions
tests/src/mocks/openvr_mock.cpp
+
0
−
2
View file @
5b70c0bd
...
...
@@ -38,8 +38,6 @@ OpenVRMock openvr_mock;
#pragma clang diagnostic pop
#endif
extern
template
struct
trompeloeil
::
reporter
<
trompeloeil
::
specialized
>;
namespace
vr
{
extern
"C"
{
...
...
This diff is collapsed.
Click to expand it.
tests/src/mocks/sdl_mock.cpp
+
0
−
2
View file @
5b70c0bd
...
...
@@ -33,8 +33,6 @@ SdlMock sdl_mock;
#pragma clang diagnostic pop
#endif
extern
template
struct
trompeloeil
::
reporter
<
trompeloeil
::
specialized
>;
extern
"C"
{
int
SDL_Init
(
Uint32
flags
)
{
return
sdl_mock
.
Get
().
SDL_Init
(
flags
);
}
int
SDL_InitSubSystem
(
Uint32
flags
)
{
...
...
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