summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Chris Wailes <chriswailes@google.com> 2021-01-13 16:13:41 -0800
committer Christian Wailes <chriswailes@google.com> 2021-02-04 17:03:10 +0000
commitbfd622abc23c77ffc8799f376df7241f15d6550a (patch)
treef783c1bc6a577df480929c84476711a3bc41ff9f /build/apex/art_apex_test.py
parentbefdad488b42600826b4a3bd7c92f19a0104d7fa (diff)
Initial commit of the test code for ART Service
This CL adds the scaffolding for testing the ART Tools and ART Service libraries. The command `atest ArtServiceTest` will fail with Tradefed errors, but these same errors are generated by existing tests such as `atest android-icu4j-tests`. Test: m test-art-host-gtest && atest ArtServiceTest Bug: 177273468 Merged-In: I053f2446144a1fc020b040b952a370ab7779dd47 Change-Id: I053f2446144a1fc020b040b952a370ab7779dd47
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index fbe62232e7..95e193dbf0 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -747,6 +747,8 @@ class TestingTargetChecker:
self._checker.check_art_test_executable('art_imgdiag_tests')
self._checker.check_art_test_executable('art_libartbase_tests')
self._checker.check_art_test_executable('art_libartpalette_tests')
+ self._checker.check_art_test_executable('art_libartservice_tests')
+ self._checker.check_art_test_executable('art_libarttools_tests')
self._checker.check_art_test_executable('art_libdexfile_support_tests')
self._checker.check_art_test_executable('art_libdexfile_tests')
self._checker.check_art_test_executable('art_libprofile_tests')