summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-01-30 15:16:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-30 15:16:42 +0000
commit0ff49cf90374b2af84f29f39cdcf0bf340e5f111 (patch)
tree830e36bcfefaa0de819287ee1f428a5459dcfba1
parent1478f9b3a699c9b795ed0248f166d92fe92c8e4f (diff)
parentfa6cb50218c3f96bbad822d8de3488592c4de4a1 (diff)
downloadsonivox-0ff49cf90374b2af84f29f39cdcf0bf340e5f111.tar.gz
Merge "Enable unit tests in postsubmit" into main
-rw-r--r--TEST_MAPPING5
-rw-r--r--test/Android.bp3
2 files changed, 7 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..2dfb19b
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,5 @@
+{
+ "postsubmit": [
+ { "name": "SonivoxTest" }
+ ]
+}
diff --git a/test/Android.bp b/test/Android.bp
index 4ce7e85..b54674a 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -26,8 +26,9 @@ package {
cc_test {
name: "SonivoxTest",
gtest: true,
+ test_suites: ["device-tests"],
- srcs: [ "SonivoxTest.cpp" ],
+ srcs: ["SonivoxTest.cpp"],
static_libs: [
"libsonivox",