Move to new isolation test runner.

Test: Ran tests.
Change-Id: I5fa99f7b6b03c7b9247b4f340f3df982063b0e3e
This commit is contained in:
Christopher Ferris 2018-08-22 19:38:49 -07:00
parent 968009cd5b
commit 272467d950
2 changed files with 5 additions and 8 deletions

View file

@ -52,6 +52,7 @@ cc_library {
cc_test {
name: "minadbd_test",
isolated: true,
defaults: [
"minadbd_defaults",
@ -64,7 +65,6 @@ cc_test {
static_libs: [
"libminadbd_services",
"libadbd",
"libBionicGtestMain",
],
shared_libs: [

View file

@ -99,6 +99,7 @@ librecovery_static_libs = [
cc_test {
name: "recovery_unit_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@ -117,7 +118,6 @@ cc_test {
"libotautil",
"libupdater",
"libgtest_prod",
"libBionicGtestMain",
],
data: ["testdata/*"],
@ -125,6 +125,7 @@ cc_test {
cc_test {
name: "recovery_manual_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@ -135,14 +136,11 @@ cc_test {
srcs: [
"manual/recovery_test.cpp",
],
static_libs: [
"libBionicGtestMain",
],
}
cc_test {
name: "recovery_component_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@ -159,7 +157,6 @@ cc_test {
"libupdater",
"libupdate_verifier",
"libprotobuf-cpp-lite",
"libBionicGtestMain",
],
data: [
@ -170,6 +167,7 @@ cc_test {
cc_test_host {
name: "recovery_host_test",
isolated: true,
defaults: [
"recovery_test_defaults",
@ -193,7 +191,6 @@ cc_test_host {
"libdivsufsort64",
"libdivsufsort",
"libz",
"libBionicGtestMain",
],
data: ["testdata/*"],