summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
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 893c0394ad..7693c1a3c7 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -756,6 +756,8 @@ class TestingTargetChecker:
self._checker.check_art_test_data('art-gtest-jars-Dex2oatVdexPublicSdkDex.dex')
self._checker.check_art_test_data('art-gtest-jars-SuperWithAccessChecks.dex')
+ # Fuzzer cases
+ self._checker.check_art_test_data("fuzzer_corpus.zip")
class NoSuperfluousBinariesChecker:
def __init__(self, checker):