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
48b3363a
Commit
48b3363a
authored
6 years ago
by
Jan Müller
Browse files
Options
Downloads
Patches
Plain Diff
add lookuptable test to mocked tests
#470
parent
e7e8bf09
No related branches found
No related tags found
1 merge request
!151
Feature/#470 create a color lookup table
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/CMakeLists.txt
+1
-0
1 addition, 0 deletions
tests/CMakeLists.txt
with
1 addition
and
0 deletions
tests/CMakeLists.txt
+
1
−
0
View file @
48b3363a
...
@@ -187,6 +187,7 @@ add_mocked_test(test_vr_controller LIBRARIES phoenix test_utili
...
@@ -187,6 +187,7 @@ add_mocked_test(test_vr_controller LIBRARIES phoenix test_utili
add_mocked_test
(
test_assimp_loader LIBRARIES phoenix test_utilities MOCKS opengl_mock
)
add_mocked_test
(
test_assimp_loader LIBRARIES phoenix test_utilities MOCKS opengl_mock
)
add_mocked_test
(
test_model LIBRARIES phoenix MOCKS opengl_mock
)
add_mocked_test
(
test_model LIBRARIES phoenix MOCKS opengl_mock
)
add_mocked_test
(
test_scene_loader LIBRARIES phoenix MOCKS opengl_mock
)
add_mocked_test
(
test_scene_loader LIBRARIES phoenix MOCKS opengl_mock
)
add_mocked_test
(
test_lookup_table LIBRARIES phoenix MOCKS opengl_mock
)
add_mocked_test
(
integration_test_model_rendering LIBRARIES phoenix test_utilities MOCKS openvr_mock
)
add_mocked_test
(
integration_test_model_rendering LIBRARIES phoenix test_utilities MOCKS openvr_mock
)
add_mocked_test
(
integration_test_opengl_buffer_data_download LIBRARIES phoenix test_utilities MOCKS openvr_mock
)
add_mocked_test
(
integration_test_opengl_buffer_data_download LIBRARIES phoenix test_utilities MOCKS openvr_mock
)
...
...
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