OSDN Git Service

old-cts: Add testng and libcoreoj test support
authorIgor Murashkin <iam@google.com>
Wed, 27 Apr 2016 00:00:22 +0000 (17:00 -0700)
committerIgor Murashkin <iam@google.com>
Wed, 27 Apr 2016 00:00:22 +0000 (17:00 -0700)
Bug: 27521545
Change-Id: I2a954401ce47604987a437a2741bcab252d32707

core/tasks/cts.mk

index d923c26..d0b077a 100644 (file)
@@ -65,7 +65,9 @@ CTS_CORE_CASE_LIST += \
 
 CTS_TEST_JAR_LIST := \
        cts-junit \
-       CtsJdwp
+       CtsJdwp \
+       cts-testng \
+       CtsLibcoreOj
 
 # Depend on the full package paths rather than the phony targets to avoid
 # rebuilding the packages every time.