frameworks/libs/utils: Add test mapping
All modules using this library should add their corresponding tests here
to ensure any changes here don't break their module.
Bug: 152075889
Test: None
Change-Id: Iee0d8c94e8032f9694870c74173b50a095dce773
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..40d7b8e
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,18 @@
+// Add tests for all the mainline modules relying on this library.
+{
+ "presubmit": [
+ {
+ // Unit tests for service-wifi.jar
+ "name": "FrameworksWifiTests"
+ },
+ {
+ // Unit tests for framework-wifi.jar
+ "name": "FrameworksWifiApiTests"
+ }
+ // TODO: Re-enable when this is stable.
+ // {
+ // Wifi CTS tests
+ // "name": "CtsWifiTestCases"
+ // }
+ ]
+}