blob: d61c41a0dfaeb432fe945d14314a8f618961de84 [file] [log] [blame]
Elliott Hughesf05dd832019-02-14 15:31:23 -08001{
2 "presubmit": [
3 {
Colin Cross0cc60af2021-09-30 14:04:39 -07004 "name": "bionic-unit-tests"
5 },
6 {
7 "name": "bionic-unit-tests-static"
8 },
9 {
10 "name": "linker-unit-tests"
11 },
12 {
Elliott Hughesf05dd832019-02-14 15:31:23 -080013 "name": "CtsBionicTestCases"
Christopher Ferrise4619f72019-11-11 14:17:44 -080014 },
15 {
Mitch Phillipsa78ace92021-03-10 18:43:48 +000016 "name": "CtsTaggingHostTestCases"
17 },
18 {
19 "name": "debuggerd_test"
20 },
21 {
Josh Gaoad8f02d2020-01-28 13:54:00 -080022 "name": "fdtrack_test"
23 },
24 {
Mitch Phillipscbf01652020-03-26 13:08:21 -070025 "name": "gwp_asan_unittest"
26 },
27 {
Colin Cross0cc60af2021-09-30 14:04:39 -070028 "name": "malloc_debug_unit_tests"
29 },
30 {
Christopher Ferrise4619f72019-11-11 14:17:44 -080031 "name": "malloc_debug_system_tests"
32 },
33 {
34 "name": "malloc_hooks_system_tests"
Christopher Ferris0442b9f2019-12-19 14:58:38 -080035 },
36 {
37 "name": "memunreachable_unit_test"
Elliott Hughesf05dd832019-02-14 15:31:23 -080038 }
39 ]
40}