summaryrefslogtreecommitdiff
path: root/property_service
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-08-16 16:37:10 -0700
committerElliott Hughes <enh@google.com>2021-08-16 16:37:10 -0700
commit22e082e87a0d4e2d1000d9e029619677d378c41d (patch)
treebf63e75eb2091e62dc02e19e9bfa6439133e9281 /property_service
parent489f09abd4cbbea26c45a189ce4d26434d437e59 (diff)
downloadcore-22e082e87a0d4e2d1000d9e029619677d378c41d.tar.gz
Split up the system/core/ TEST_MAPPING.
A lot of things had moved out of system/core/ without their TEST_MAPPING entries having gone with them, reducing the amount of presubmit coverage for those things. In order to reduce the likelihood of that happening again, I've pushed all that remained in the system/core/ TEST_MAPPING down into the individual subdirectories. Test: treehugger Change-Id: Ib75d65f9200fa64ae1552471da6fbe5b7023cf94
Diffstat (limited to 'property_service')
-rw-r--r--property_service/TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/property_service/TEST_MAPPING b/property_service/TEST_MAPPING
new file mode 100644
index 000000000..fcdc86a95
--- /dev/null
+++ b/property_service/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "propertyinfoserializer_tests"
+ }
+ ]
+}