drm_hwcomposer: Add tests for FlatteningController
Add gtest unittests to validate expected behaviour of FlatteningController. Change-Id: Ia40d232c7a72912df9480bd82adfe3315baaa493
This commit is contained in:
parent
2432cb0dfa
commit
c50f6851d6
3 changed files with 203 additions and 1 deletions
|
|
@ -274,10 +274,13 @@ apex {
|
|||
cc_test_host {
|
||||
name: "drm_hwcomposer_unittests",
|
||||
srcs: [
|
||||
"compositor/FlatteningController.cpp",
|
||||
"compositor/FlatteningControllerTests.cpp",
|
||||
"stats/CompositionStats.cpp",
|
||||
"stats/CompositionStatsTest.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"libbase",
|
||||
"libgmock",
|
||||
"libgtest",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue