2015-10-21 13:14:02 +02:00
|
|
|
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
|
2015-11-09 10:12:32 +01:00
|
|
|
index 200dea0..66860f0 100644
|
2015-10-21 13:14:02 +02:00
|
|
|
--- a/dbaccess/Module_dbaccess.mk
|
|
|
|
+++ b/dbaccess/Module_dbaccess.mk
|
2015-11-09 10:12:32 +01:00
|
|
|
@@ -45,16 +45,8 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
|
|
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
|
|
|
|
-
|
|
|
|
# This runs a suite of peformance tests on embedded firebird and HSQLDB.
|
|
|
|
# Instructions on running the test can be found in qa/unit/embeddedb_performancetest
|
|
|
|
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
|