Add test-art-host-run-test to test-art-host

Also add test-art-run-test for completeness

Change-Id: I8d2466a19d2912c71258da374ab42980c6ea2e5b
diff --git a/Android.mk b/Android.mk
index aa567a7..954c8b0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -76,15 +76,19 @@
 	@echo test-art-gtest PASSED
 
 .PHONY: test-art-oat
-test-art-oat: test-art-target-oat test-art-host-oat
+test-art-oat: test-art-host-oat test-art-target-oat
 	@echo test-art-oat PASSED
 
+.PHONY: test-art-run-test
+test-art-run-test: test-art-host-run-test test-art-target-run-test
+	@echo test-art-run-test PASSED
+
 ########################################################################
 # host test targets
 
 # "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-oat # test-art-host-run-test
+test-art-host: test-art-host-gtest test-art-host-oat test-art-host-run-test
 	@echo test-art-host PASSED
 
 .PHONY: test-art-host-dependencies