From 8fda8fc0fd51d2be07ac5ad438d03fce34be227a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 23 Jun 2022 22:31:57 +0000 Subject: [PATCH] Add the toybox tests to bionic's presubmit. I can't believe we didn't have this already. Bug: http://b/236967833 Test: treehugger Change-Id: Ic0fa7fd8e74860744d13d0c168b49240a86a8df2 --- TEST_MAPPING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 08fac4f09..18e8bbcb8 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -38,6 +38,9 @@ }, { "name": "memunreachable_unit_test" + }, + { + "name": "toybox-tests" } ], "hwasan-presubmit": [ @@ -76,6 +79,9 @@ }, { "name": "memunreachable_unit_test" + }, + { + "name": "toybox-tests" } ] }