summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2021-06-09 15:45:43 +0200
committerEric Laurent <elaurent@google.com>2021-06-09 17:18:48 +0200
commit2535206d493e365a6a78454c7a1258eb445fd743 (patch)
treef988734ff6f6be8bf952ca5c623c9bd0c7f638a7
parenta5fb32b2f75485c60f9eaaab2b18e977d0b56c90 (diff)
downloadwilhelm-2535206d493e365a6a78454c7a1258eb445fd743.tar.gz
Add presubmit tests
Add TEST_MAPPING file and add short tests in android.media.cts.AudioNativeTest ro presubmit. Bug: 190334899 Test: cd frameworks/wilhelm && atest Change-Id: Ic1d73cb29e70040d5165ec39d80ec6f627fbf5ac
-rw-r--r--TEST_MAPPING13
1 files changed, 13 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..834b4b0
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,13 @@
+// for frameworks/wilhelm
+{
+ "presubmit": [
+ {
+ "name": "AudioNativeTest",
+ "options" : [
+ {
+ "include-annotation": "android.platform.test.annotations.Presubmit"
+ }
+ ]
+ }
+ ]
+}