summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2018-03-31 11:58:23 +0200
committerTamás Bunth <btomi96@gmail.com>2018-03-31 17:11:36 +0200
commit1859b45a08ccc2fa6da72cf6ee8196185df6ef37 (patch)
treea41415f0b00f54b87005d15773195d76b89eb292
parentbbf326364ce757bee0db326ef2c41602a8a05a6c (diff)
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 <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
-rw-r--r--dbaccess/Module_dbaccess.mk2
1 files changed, 1 insertions, 1 deletions
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)