diff options
author | Michael Plass <mplass@google.com> | 2020-03-05 00:26:32 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-05 00:26:32 +0000 |
commit | 54e4e77e55cd42a349ce444c62c28d2bc2afbc08 (patch) | |
tree | e99925553c140cf8d2909b1a986e7d15e24e896c | |
parent | 4c2a04ecb21798cdd6773146ea2b0cc0b9a11408 (diff) | |
parent | a601ac0a6f59576376860ec7dd21f747ac07dd41 (diff) |
Merge "Add wifi unit tests to TEST_MAPPING" into rvc-dev
-rw-r--r-- | TEST_MAPPING | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index faa68964c..fe5ba48d4 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,6 +1,9 @@ { "presubmit": [ { + "name": "FrameworksWifiTests" + }, + { "name": "CtsBackupHostTestCases", "options": [ { @@ -10,4 +13,3 @@ } ] } - |