summaryrefslogtreecommitdiffstats
path: root/JavaLibrary.mk
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2013-08-01 17:26:00 +0100
committerCalin Juravle <calin@google.com>2013-08-14 19:15:59 +0100
commit8f0d92bba199d906c70a5e40d7f3516c1a424117 (patch)
tree3762e8e4275ac7535ce011915fb0e0f7a343deea /JavaLibrary.mk
parent75a06e56a4cc4599946e21422513e4bafa759509 (diff)
downloadlibcore-8f0d92bba199d906c70a5e40d7f3516c1a424117.zip
libcore-8f0d92bba199d906c70a5e40d7f3516c1a424117.tar.gz
libcore-8f0d92bba199d906c70a5e40d7f3516c1a424117.tar.bz2
Added jsr166 tck tests as part of the libcore testsuite.
Change-Id: I6094d734f818fa043f2b277cf2b4ec7fec68e26e
Diffstat (limited to 'JavaLibrary.mk')
-rw-r--r--JavaLibrary.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaLibrary.mk b/JavaLibrary.mk
index 673c0bf..e4e9fe6 100644
--- a/JavaLibrary.mk
+++ b/JavaLibrary.mk
@@ -118,7 +118,7 @@ include $(BUILD_JAVA_LIBRARY)
ifeq ($(LIBCORE_SKIP_TESTS),)
# Make the core-tests library.
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(call all-test-java-files-under,crypto dalvik dom harmony-tests json luni support xml)
+LOCAL_SRC_FILES := $(call all-test-java-files-under,crypto dalvik dom harmony-tests json jsr166-tests luni support xml)
LOCAL_JAVA_RESOURCE_DIRS := $(test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := bouncycastle core conscrypt-nojarjar core-junit okhttp