Add more tests to TEST_MAPPING
Test: treehugger Change-Id: I1d7dd32fd7f90a20d61de4701293527f83dc4ec4
This commit is contained in:
parent
badcb38d3c
commit
0cc60afa33
4 changed files with 16 additions and 0 deletions
12
TEST_MAPPING
12
TEST_MAPPING
|
@ -1,5 +1,14 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "bionic-unit-tests"
|
||||
},
|
||||
{
|
||||
"name": "bionic-unit-tests-static"
|
||||
},
|
||||
{
|
||||
"name": "linker-unit-tests"
|
||||
},
|
||||
{
|
||||
"name": "CtsBionicTestCases"
|
||||
},
|
||||
|
@ -15,6 +24,9 @@
|
|||
{
|
||||
"name": "gwp_asan_unittest"
|
||||
},
|
||||
{
|
||||
"name": "malloc_debug_unit_tests"
|
||||
},
|
||||
{
|
||||
"name": "malloc_debug_system_tests"
|
||||
},
|
||||
|
|
|
@ -125,6 +125,7 @@ cc_library {
|
|||
// ==============================================================
|
||||
cc_test {
|
||||
name: "malloc_debug_unit_tests",
|
||||
test_suites: ["device-tests"],
|
||||
|
||||
srcs: [
|
||||
"tests/backtrace_fake.cpp",
|
||||
|
|
|
@ -493,6 +493,7 @@ cc_library {
|
|||
|
||||
cc_test {
|
||||
name: "linker-unit-tests",
|
||||
test_suites: ["device-tests"],
|
||||
|
||||
cflags: [
|
||||
"-g",
|
||||
|
|
|
@ -1043,6 +1043,7 @@ cc_test {
|
|||
defaults: [
|
||||
"bionic_unit_tests_defaults",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
data: [
|
||||
":libdlext_test_runpath_zip_zipaligned",
|
||||
":libdlext_test_zip_zipaligned",
|
||||
|
@ -1089,6 +1090,7 @@ cc_test {
|
|||
name: "bionic-unit-tests-static",
|
||||
gtest: false,
|
||||
defaults: ["bionic_tests_defaults"],
|
||||
test_suites: ["device-tests"],
|
||||
host_supported: false,
|
||||
|
||||
srcs: [
|
||||
|
|
Loading…
Reference in a new issue