Build rule for dexdump regression test on host.
Bug: 17442393
Change-Id: I7795ba014e57080572769286cb3f8e3d4931e706
diff --git a/Android.mk b/Android.mk
index 6da370e..a050c58 100644
--- a/Android.mk
+++ b/Android.mk
@@ -167,7 +167,8 @@
# "mm test-art-host" to build and run all host tests.
.PHONY: test-art-host
-test-art-host: test-art-host-gtest test-art-host-run-test test-art-host-vixl
+test-art-host: test-art-host-gtest test-art-host-run-test \
+ test-art-host-vixl test-art-host-dexdump
$(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
# All host tests that run solely with the default compiler.
@@ -236,6 +237,11 @@
$(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
endif
+# Dexdump regression test.
+.PHONY: test-art-host-dexdump
+test-art-host-dexdump: dexdump2
+ art/test/dexdump/run-all-tests
+
# Valgrind. Currently only 32b gtests.
.PHONY: valgrind-test-art-host
valgrind-test-art-host: valgrind-test-art-host-gtest32