From 2d9bba9735ea6ec4ba8aef49b59125061f610514 Mon Sep 17 00:00:00 2001 From: Igor Murashkin Date: Tue, 26 Apr 2016 17:00:22 -0700 Subject: [PATCH] old-cts: Add testng and libcoreoj test support Bug: 27521545 Change-Id: I2a954401ce47604987a437a2741bcab252d32707 --- core/tasks/cts.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index d923c26fd..d0b077a11 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -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. -- 2.11.0