diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-26 20:01:55 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-26 20:17:35 +0200 |
commit | f0e1f4fd55f76221f51ff8692530a43fa222e3f0 (patch) | |
tree | 2439d753476335831b1d4e3e5c40d89c2741ce91 /dbaccess | |
parent | 140434a7677946020bb2c6db9ed3afe8998ee7d0 (diff) |
fix build --without-java - CppunitTest_dbaccess_tdf119625 uses hsqldb
introduced with 4d7dd4e1e4e072db8bcfe4d52b8c185187353e74
Change-Id: I118b6185fc01b2234d2a20da76b0e19929f9812a
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index 74796bcac4e6..e2f481c54d43 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -46,7 +46,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\ endif $(eval $(call gb_Module_add_check_targets,dbaccess,\ CppunitTest_dbaccess_firebird_test \ - CppunitTest_dbaccess_tdf119625 \ )) endif @@ -61,7 +60,8 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\ ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_Module_add_check_targets,dbaccess,\ CppunitTest_dbaccess_hsqldb_test \ - CppunitTest_dbaccess_RowSetClones \ + CppunitTest_dbaccess_RowSetClones \ + CppunitTest_dbaccess_tdf119625 \ )) endif |