2017-05-27 13:25:22 +02:00
|
|
|
Index: libreoffice-5.4.0.0.alpha1/dbaccess/Module_dbaccess.mk
|
|
|
|
===================================================================
|
|
|
|
--- libreoffice-5.4.0.0.alpha1.orig/dbaccess/Module_dbaccess.mk
|
|
|
|
+++ libreoffice-5.4.0.0.alpha1/dbaccess/Module_dbaccess.mk
|
|
|
|
@@ -45,16 +45,8 @@ $(eval $(call gb_Module_add_check_target
|
2015-11-09 10:12:32 +01:00
|
|
|
CppunitTest_dbaccess_empty_stdlib_save \
|
|
|
|
CppunitTest_dbaccess_nolib_save \
|
|
|
|
CppunitTest_dbaccess_macros_test \
|
|
|
|
- $(if $(ENABLE_JAVA), \
|
|
|
|
- CppunitTest_dbaccess_RowSetClones) \
|
2015-10-21 13:14:02 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
-ifeq ($(ENABLE_JAVA),TRUE)
|
|
|
|
-$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
|
|
- CppunitTest_dbaccess_hsqldb_test \
|
|
|
|
-))
|
|
|
|
-endif
|
|
|
|
-
|
2017-05-27 13:25:22 +02:00
|
|
|
# This runs a suite of performance tests on embedded firebird and HSQLDB.
|
2015-10-21 13:14:02 +02:00
|
|
|
# Instructions on running the test can be found in qa/unit/embeddedb_performancetest
|
|
|
|
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
|