dbaccess/Module_dbaccess.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fa72f1d1a05fd9b934966a432c83bb018e8c2dc3 Author: Tor Lillqvist <t...@collabora.com> Date: Thu Jun 21 16:01:21 2018 +0300 Skip CppunitTest_dbaccess_hsqlbinary_import unless ENABLE_JAVA Change-Id: Ib31f2bb1234607f0da4806f2e991ecc5d323f9e6 Reviewed-on: https://gerrit.libreoffice.org/56239 Reviewed-by: Tor Lillqvist <t...@collabora.com> Tested-by: Tor Lillqvist <t...@collabora.com> diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index a97578c02508..bedf3f22296d 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -36,7 +36,7 @@ ifneq ($(OS),IOS) ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE) $(eval $(call gb_Module_add_check_targets,dbaccess,\ CppunitTest_dbaccess_firebird_test \ - CppunitTest_dbaccess_hsqlbinary_import \ + $(if,$(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \ )) endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits