OSDN Git Service

system_suspend: add TEST_MAPPING
authorTri Vo <trong@google.com>
Sat, 2 Feb 2019 01:42:36 +0000 (17:42 -0800)
committerTri Vo <trong@google.com>
Mon, 4 Feb 2019 02:21:05 +0000 (18:21 -0800)
Bug: n/a
Test: presubmit
Change-Id: I5e708c03fd649a336703a732e6a9cecfca28a1de

suspend/1.0/default/Android.bp
suspend/TEST_MAPPING [new file with mode: 0644]

index 25bdff8..86d25b8 100644 (file)
@@ -92,5 +92,6 @@ cc_test {
         "SystemSuspend.cpp",
         "SystemSuspendUnitTest.cpp"
     ],
+    test_suites: ["device-tests"],
 }
 
diff --git a/suspend/TEST_MAPPING b/suspend/TEST_MAPPING
new file mode 100644 (file)
index 0000000..0173ca8
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "presubmit": [
+    {
+      "name": "SystemSuspendV1_0UnitTest"
+    }
+  ]
+}