dbaccess/Module_dbaccess.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1859b45a08ccc2fa6da72cf6ee8196185df6ef37
Author: Tamas Bunth <tamas.bu...@collabora.co.uk>
Date:   Sat Mar 31 11:58:23 2018 +0200

    Do not use hsql binary import test when..
    
    .. --disable-firebird-sdbc is on.
    
    Change-Id: Ie52485d55697579bfa05d0eb62c15d60cc73b68e
    Reviewed-on: https://gerrit.libreoffice.org/52181
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Tamás Bunth <btom...@gmail.com>

diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index 0eb7bf97c349..a97578c02508 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -36,6 +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 \
 ))
 endif
 
@@ -45,7 +46,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
        CppunitTest_dbaccess_nolib_save \
        CppunitTest_dbaccess_macros_test \
        CppunitTest_dbaccess_hsqlschema_import \
-       CppunitTest_dbaccess_hsqlbinary_import \
 ))
 
 ifeq ($(ENABLE_JAVA),TRUE)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to