From f667bf7b19afe8eae7f0d21b866cc0a92fb020e1 Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Fri, 24 Jan 2020 11:47:09 -0800 Subject: [PATCH] libunwindstack: add simpleperf presumit test. Bug: none Test: run `atest --test-mapping system/core/libunwindstack`. Change-Id: I62521f63ca748bb1980282ed6399328573d4de41 --- libunwindstack/TEST_MAPPING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libunwindstack/TEST_MAPPING b/libunwindstack/TEST_MAPPING index 55771c097..909f8976c 100644 --- a/libunwindstack/TEST_MAPPING +++ b/libunwindstack/TEST_MAPPING @@ -2,6 +2,9 @@ "presubmit": [ { "name": "libunwindstack_unit_test" + }, + { + "name": "CtsSimpleperfTestCases" } ] }