From ecae429892a3d9c361407ba80beb90de22ab2ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Fri, 20 Nov 2020 07:50:07 +0000 Subject: [PATCH] OverlayDeviceTests: add missing TEST_MAPPING Bug: N/A Test: atest --test-mapping Change-Id: Idacc0c67e06612c6c1fc021cb3ca0876274c36a7 --- core/tests/overlaytests/device/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/tests/overlaytests/device/TEST_MAPPING diff --git a/core/tests/overlaytests/device/TEST_MAPPING b/core/tests/overlaytests/device/TEST_MAPPING new file mode 100644 index 0000000000000..43ee00f47e849 --- /dev/null +++ b/core/tests/overlaytests/device/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name" : "OverlayDeviceTests" + } + ] +}