Add test_suites lines.
Bug: N/A Test: builds Change-Id: Ic5e2b9206bcfcb53c774989013b5db6aab462e42
This commit is contained in:
parent
f88905d231
commit
40fdf3f4ab
11 changed files with 16 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue