OSDN Git Service

Fix the documentation of all-run-test-names.
authorRoland Levillain <rpl@google.com>
Wed, 15 Jul 2015 13:09:20 +0000 (14:09 +0100)
committerRoland Levillain <rpl@google.com>
Wed, 15 Jul 2015 17:25:57 +0000 (18:25 +0100)
Change-Id: I160f57bb2244a79e5eaf5e87b9f0ac94747adcd1

test/Android.run-test.mk

index 13428ec..65ddf8d 100644 (file)
@@ -198,7 +198,7 @@ endef  # all-run-test-names
 # To generate a full list or tests:
 # $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES),$(COMPILER_TYPES), \
 #        $(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES),$(IMAGE_TYPES), \
-#        $(DEBUGGABLE_TYPES) $(TEST_ART_RUN_TESTS), $(ALL_ADDRESS_SIZES)
+#        $(PICTEST_TYPES),$(DEBUGGABLE_TYPES),$(TEST_ART_RUN_TESTS),$(ALL_ADDRESS_SIZES))
 
 # Convert's a rule name to the form used in variables, e.g. no-relocate to NO_RELOCATE
 define name-to-var