Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
140dcd57
Commit
140dcd57
authored
Sep 13, 2017
by
Tom Finegan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test executables to AOM_APP_TARGETS list in the CMake build.
Change-Id: Ia4ec99ce8f3dd0098764571777e78adac21b6e67
parent
f7a80485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
test/test.cmake
test/test.cmake
+4
-0
No files found.
test/test.cmake
View file @
140dcd57
...
...
@@ -390,6 +390,7 @@ function (setup_aom_test_targets)
add_executable
(
test_libaom
${
AOM_UNIT_TEST_WRAPPER_SOURCES
}
$<TARGET_OBJECTS:aom_common_app_util>
$<TARGET_OBJECTS:test_aom_common>
)
set
(
AOM_APP_TARGETS
${
AOM_APP_TARGETS
}
test_libaom
)
if
(
CONFIG_AV1_DECODER
)
target_sources
(
test_libaom PRIVATE
...
...
@@ -416,6 +417,7 @@ function (setup_aom_test_targets)
$<TARGET_OBJECTS:aom_common_app_util>
)
target_link_libraries
(
test_intra_pred_speed
${
AOM_LIB_LINK_TYPE
}
aom gtest
)
set
(
AOM_APP_TARGETS
${
AOM_APP_TARGETS
}
test_intra_pred_speed
)
endif
()
endif
()
...
...
@@ -509,6 +511,8 @@ function (setup_aom_test_targets)
endforeach
()
add_custom_target
(
runtests
)
add_dependencies
(
runtests
${
test_targets
}
)
set
(
AOM_APP_TARGETS
${
AOM_APP_TARGETS
}
PARENT_SCOPE
)
endfunction
()
endif
()
# AOM_TEST_TEST_CMAKE_
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