dbaccess/Module_dbaccess.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit db7f8a8ec077269535b5e5231db81d38c91d06c5 Author: Michael Stahl <[email protected]> AuthorDate: Mon Oct 29 16:36:43 2018 +0100 Commit: Michael Stahl <[email protected]> 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 <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
