summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-17 11:47:29 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-17 12:52:26 +0200
commitb254f4fb0a2d53da8f4c6a16ec7e393ee91620c4 (patch)
tree8db74fefb0c0f168996b53b5d1dc4f6e80293951 /RepositoryExternal.mk
parentgbuild: ignore the registered URE Jars for manifest classpath (diff)
downloadcore-b254f4fb0a2d53da8f4c6a16ec7e393ee91620c4.tar.gz
core-b254f4fb0a2d53da8f4c6a16ec7e393ee91620c4.zip
gbuild: add gb_Junit_use_external and clean up connectivity complex test
Change-Id: I8c4b6ff6b1993d1c4de68696089f86fbcf4cecc6
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 121c3434a468..8383d9aecf4a 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1973,6 +1973,9 @@ ifeq ($(SYSTEM_HSQLDB),YES)
define gb_Jar__use_hsqldb
$(call gb_Jar_use_system_jar,$(1),$(HSQLDB_JAR))
endef
+define gb_JunitTest__use_hsqldb
+$(call gb_JunitTest_use_system_jar,$(1),$(HSQLDB_JAR))
+endef
else # !SYSTEM_HSQLDB
@@ -1983,6 +1986,9 @@ $(eval $(call gb_Helper_register_jars,OOO,\
define gb_Jar__use_hsqldb
$(call gb_Jar_use_jar,$(1),hsqldb)
endef
+define gb_JunitTest__use_hsqldb
+$(call gb_JunitTest_use_jar,$(1),hsqldb)
+endef
endif # SYSTEM_HSQLDB