Merge "Add test_suites lines."
am: 4e6f3d9603
Change-Id: I5e12282fcd3e5d609f5ef5c47a9218e18d2ecda2
This commit is contained in:
commit
d16019bd7d
|
@ -369,6 +369,7 @@ cc_test {
|
|||
"libusb",
|
||||
"libmdnssd",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
|
|
|
@ -162,4 +162,5 @@ cc_test {
|
|||
suffix: "64",
|
||||
},
|
||||
},
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
|
|
@ -221,6 +221,8 @@ cc_test {
|
|||
stem: "debuggerd_test64",
|
||||
},
|
||||
},
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
||||
cc_benchmark {
|
||||
|
|
|
@ -78,4 +78,6 @@ cc_test {
|
|||
shared_libs: [
|
||||
"libdemangle",
|
||||
],
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
|
|
@ -180,6 +180,7 @@ cc_test {
|
|||
"util_test.cpp",
|
||||
],
|
||||
static_libs: ["libinit"],
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
||||
cc_benchmark {
|
||||
|
|
|
@ -183,6 +183,7 @@ cc_test {
|
|||
"art/runtime",
|
||||
],
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
data: [
|
||||
"testdata/arm/*",
|
||||
"testdata/arm64/*",
|
||||
|
|
|
@ -13,4 +13,5 @@ cc_test {
|
|||
cflags: ["-Werror"],
|
||||
shared_libs: ["libkeyutils"],
|
||||
srcs: ["keyutils_test.cpp"],
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
|
|
@ -89,6 +89,8 @@ cc_test {
|
|||
enabled: false,
|
||||
},
|
||||
},
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
@ -103,4 +105,5 @@ cc_test {
|
|||
"libhwbinder",
|
||||
"libutils",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
|
|
@ -83,4 +83,6 @@ cc_test {
|
|||
suffix: "64",
|
||||
},
|
||||
},
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
|
|
@ -186,6 +186,7 @@ cc_test {
|
|||
"libgmock",
|
||||
],
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
data: [
|
||||
"tests/files/elf32.xz",
|
||||
"tests/files/elf64.xz",
|
||||
|
|
|
@ -35,4 +35,5 @@ cc_test {
|
|||
"property_info_serializer_test.cpp",
|
||||
],
|
||||
static_libs: ["libpropertyinfoserializer"],
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue