summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2019-01-04 19:36:51 +0900
committerLorenzo Colitti <lorenzo@google.com>2019-01-06 11:22:16 +0900
commit33351930039785304a283b072251a48cfae30a35 (patch)
tree2c2e452577c8cd12e1ae0ac12fc4adea4f9aad8e
parent66deecd38f88e4e7944ed5841e10051ef5f0b7d6 (diff)
downloadplatform_external_android-clat-33351930039785304a283b072251a48cfae30a35.tar.gz
platform_external_android-clat-33351930039785304a283b072251a48cfae30a35.tar.bz2
platform_external_android-clat-33351930039785304a283b072251a48cfae30a35.zip
Add clatd_test to presubmit.android-o-mr1-iot-release-1.0.8
Following the instructions at: https://source.android.com/compatibility/tests/development/test-mapping Test: cd external/android-clat; atest Change-Id: Ifca302f53b38d47200d6a1651280391297f14edc
-rw-r--r--Android.bp1
-rw-r--r--TEST_MAPPING7
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7f28a3c..82295f3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -81,6 +81,7 @@ cc_test {
"liblog",
"libnetutils",
],
+ test_suites: ["device-tests"],
}
// Microbenchmark.
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..c6d599d
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "clatd_test"
+ }
+ ]
+}