summaryrefslogtreecommitdiffstats
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-02-07 12:41:37 -0800
committerElliott Hughes <enh@google.com>2019-02-11 13:15:56 -0800
commit01705e4f1d87a30734363d0b9dde10de0866baef (patch)
tree6cc739fbf1d1311c6392c7af79a5990ffacc9029 /TEST_MAPPING
parentea57928f002306ad3994f5c209af9ccd185fb96b (diff)
downloadsystem_core-01705e4f1d87a30734363d0b9dde10de0866baef.tar.gz
system_core-01705e4f1d87a30734363d0b9dde10de0866baef.tar.bz2
system_core-01705e4f1d87a30734363d0b9dde10de0866baef.zip
Clean up libcutils/libutils tests.
Move tests in the same directory as the corresponding code, so it's easier to see what is/isn't tested. Fix naming of libcutils_tests (plural) to match the singular that's more common (even though the plural makes more sense to me). Add these two to system/core/'s TEST_MAPPING. Remove obsolete AndroidTest.xml. Fix a flaky (timing-dependent) libcutils test. Test: ran tests Change-Id: I7e0a31ff45c8a152562bf66fc97161594249366e
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING3
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index bc5685b39..cc85408e0 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -19,6 +19,9 @@
"name": "libprocinfo_test"
},
{
+ "name": "libutils_test"
+ },
+ {
"name": "memunreachable_test"
},
{