Kaydet (Commit) 1859b45a authored tarafından Tamas Bunth's avatar Tamas Bunth Kaydeden (comit) Tamás Bunth

Do not use hsql binary import test when..

.. --disable-firebird-sdbc is on.

Change-Id: Ie52485d55697579bfa05d0eb62c15d60cc73b68e
Reviewed-on: https://gerrit.libreoffice.org/52181Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTamás Bunth <btomi96@gmail.com>
üst bbf32636
...@@ -36,6 +36,7 @@ ifneq ($(OS),IOS) ...@@ -36,6 +36,7 @@ ifneq ($(OS),IOS)
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE) ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
$(eval $(call gb_Module_add_check_targets,dbaccess,\ $(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_firebird_test \ CppunitTest_dbaccess_firebird_test \
CppunitTest_dbaccess_hsqlbinary_import \
)) ))
endif endif
...@@ -45,7 +46,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\ ...@@ -45,7 +46,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_nolib_save \ CppunitTest_dbaccess_nolib_save \
CppunitTest_dbaccess_macros_test \ CppunitTest_dbaccess_macros_test \
CppunitTest_dbaccess_hsqlschema_import \ CppunitTest_dbaccess_hsqlschema_import \
CppunitTest_dbaccess_hsqlbinary_import \
)) ))
ifeq ($(ENABLE_JAVA),TRUE) ifeq ($(ENABLE_JAVA),TRUE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment