summaryrefslogtreecommitdiff
path: root/libpackagelistparser
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
commit05ea28f66b9303d7ab953ced58873ebbd3aa2d6c (patch)
treebf63e75eb2091e62dc02e19e9bfa6439133e9281 /libpackagelistparser
parented16f8583b1fcfd8b322749300e12bf596cb7850 (diff)
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 'libpackagelistparser')
-rw-r--r--libpackagelistparser/TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/libpackagelistparser/TEST_MAPPING b/libpackagelistparser/TEST_MAPPING
new file mode 100644
index 0000000000..51773f9436
--- /dev/null
+++ b/libpackagelistparser/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "libpackagelistparser_test"
+ }
+ ]
+}