diff options
author | Tsu Chiang Chuang <tsu@google.com> | 2014-07-22 16:44:54 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-22 16:29:55 +0000 |
commit | 64a0607262c11beb4421b4902091078785dcf77d (patch) | |
tree | 2e8d6e0aed2f50ec21b89d02960aff5ed0d88cdf | |
parent | 2715dc678aa20d445af36c5ace22ef03a78b42cb (diff) | |
parent | c73d200ca5b0ebe5868268f731bc6badc12d2686 (diff) | |
download | build-64a0607262c11beb4421b4902091078785dcf77d.zip build-64a0607262c11beb4421b4902091078785dcf77d.tar.gz build-64a0607262c11beb4421b4902091078785dcf77d.tar.bz2 |
Merge "Include cts-junit target for cts tests." into lmp-dev
-rw-r--r-- | core/tasks/cts.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 58bb235..82094b9 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -61,6 +61,7 @@ CTS_CORE_CASE_LIST += \ CTS_TEST_JAR_LIST := \ + cts-junit \ CtsJdwp # Depend on the full package paths rather than the phony targets to avoid |