Merge "Add vts_processgroup_validate_test to vts suite" into rvc-dev

This commit is contained in:
Dan Shi 2020-04-28 16:56:06 +00:00 committed by Android (Google) Code Review
commit 3174b3ae99

View file

@ -100,13 +100,12 @@ cc_test {
"libjsoncpp",
"libprotobuf-cpp-full",
],
target: {
android: {
test_config: "vts_processgroup_validate_test.xml",
},
},
test_suites: [
"vts",
],
}
vts_config {
name: "VtsProcessgroupValidateTest",
test_config: "vts_processgroup_validate_test.xml",
}