OSDN Git Service

AI 147397: CTS: Fix VM test description generator
authorPhil Dubach <>
Wed, 22 Apr 2009 18:56:14 +0000 (11:56 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 22 Apr 2009 18:56:14 +0000 (11:56 -0700)
Automated import of CL 147397

core/tasks/cts.mk

index 890f2cd..f82205e 100644 (file)
@@ -96,7 +96,7 @@ define generate-core-test-description
 $(hide) java $(PRIVATE_JAVAOPTS) \
        -classpath $(PRIVATE_CLASSPATH) \
        $(PRIVATE_PARAMS) CollectAllTests $(1) \
-       $(2) $(3)
+       $(2) $(3) $(4)
 endef
 
 CORE_INTERMEDIATES :=$(call intermediates-dir-for,JAVA_LIBRARIES,core,,COMMON)