18 lines
619 B
Diff
18 lines
619 B
Diff
|
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
|
||
|
index 200dea0..1f10c00 100644
|
||
|
--- a/dbaccess/Module_dbaccess.mk
|
||
|
+++ b/dbaccess/Module_dbaccess.mk
|
||
|
@@ -49,12 +49,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
|
||
|
CppunitTest_dbaccess_RowSetClones) \
|
||
|
))
|
||
|
|
||
|
-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)
|