[Libreoffice-commits] core.git: dbaccess/Module_dbaccess.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 09:18:05 UTC 2018


 dbaccess/Module_dbaccess.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit db7f8a8ec077269535b5e5231db81d38c91d06c5
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Mon Oct 29 16:36:43 2018 +0100
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Oct 30 10:17:43 2018 +0100

    dbaccess: CppunitTest_tdf119625 requires firebird
    
    Change-Id: I21a100209d9177b80cfb9f4a629fb320626df1b7
    Reviewed-on: https://gerrit.libreoffice.org/62511
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

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
 


More information about the Libreoffice-commits mailing list