summaryrefslogtreecommitdiffstats
path: root/dbaccess/Module_dbaccess.mk
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-10-29 16:36:43 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-10-30 10:17:43 +0100
commitdb7f8a8ec077269535b5e5231db81d38c91d06c5 (patch)
tree2a3c8ab16f4c85043085fa5d08ef98d3e065311d /dbaccess/Module_dbaccess.mk
parentfix use-after-move (diff)
downloadcore-db7f8a8ec077269535b5e5231db81d38c91d06c5.tar.gz
core-db7f8a8ec077269535b5e5231db81d38c91d06c5.zip
dbaccess: CppunitTest_tdf119625 requires firebird
Change-Id: I21a100209d9177b80cfb9f4a629fb320626df1b7 Reviewed-on: https://gerrit.libreoffice.org/62511 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'dbaccess/Module_dbaccess.mk')
-rw-r--r--dbaccess/Module_dbaccess.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index e2f481c54d43..094baf0655bd 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -35,7 +35,8 @@ $(eval $(call gb_Module_add_l10n_targets,dbaccess,\
ifneq ($(OS),IOS)
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
$(eval $(call gb_Module_add_check_targets,dbaccess,\
- $(if,$(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
+ $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
+ $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
))
# remove if we have a be file for this
@@ -61,7 +62,6 @@ ifeq ($(ENABLE_JAVA),TRUE)
$(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_hsqldb_test \
CppunitTest_dbaccess_RowSetClones \
- CppunitTest_dbaccess_tdf119625 \
))
endif