Added TestPartitionOpener_group
Added TestPartitionOpener_group for test_partition_opener.cpp, as this file shall be used by liblp_apis_fuzzer and liblp_test_defaults Test: make TestPartitionOpener_group Bug: 285829660 Change-Id: I01da0a6896409af99af9e89092f6e1e3760cf4c2
This commit is contained in:
parent
4080e34426
commit
072af6eec1
1 changed files with 6 additions and 1 deletions
|
|
@ -93,8 +93,8 @@ cc_defaults {
|
|||
srcs: [
|
||||
"builder_test.cpp",
|
||||
"super_layout_builder_test.cpp",
|
||||
"test_partition_opener.cpp",
|
||||
"utility_test.cpp",
|
||||
":TestPartitionOpener_group",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
@ -122,3 +122,8 @@ cc_test {
|
|||
name: "vts_kernel_liblp_test",
|
||||
defaults: ["liblp_test_defaults"],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "TestPartitionOpener_group",
|
||||
srcs: [ "test_partition_opener.cpp"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue