platform_bionic/TEST_MAPPING
Mitch Phillips cbf016504b [GWP-ASan] Add gwp_asan_unittest to bionic presubmit.
bionic libc has a dependency on GWP-ASan. Changes in bionic can also
affect GWP-ASan (e.g. GWP-ASan requires some headers from bionic for
tests). Resultingly, we shouldn't accidentally break GWP-ASan through
changes to bionic by adding this as a presubmit check.

Bug: 152414185
Test: cd bionic && atest
Change-Id: I15dac9da6a7b8dbba453cfabec995d79a0f71924
2020-03-26 13:23:19 -07:00

22 lines
325 B
Text

{
"presubmit": [
{
"name": "CtsBionicTestCases"
},
{
"name": "fdtrack_test"
},
{
"name": "gwp_asan_unittest"
},
{
"name": "malloc_debug_system_tests"
},
{
"name": "malloc_hooks_system_tests"
},
{
"name": "memunreachable_unit_test"
}
]
}