[Libreoffice-commits] core.git: dbaccess/CppunitTest_dbaccess_hsqldb_test.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 07:29:40 UTC 2018


 dbaccess/CppunitTest_dbaccess_hsqldb_test.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9ebcc7c9a21f33cf42146786e4463856d373f114
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Oct 29 19:20:23 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Oct 30 08:18:00 2018 +0100

    Missing test dependency
    
    Change-Id: I822a71fcf6d3de93081046cdc9b4b8a07ed2c1d0
    Reviewed-on: https://gerrit.libreoffice.org/62521
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk b/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk
index 27a4b43500e9..500d8b376398 100644
--- a/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk
+++ b/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk
@@ -32,6 +32,10 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_hsqldb_test, \
     xo \
 ))
 
+$(eval $(call gb_CppunitTest_use_jars,dbaccess_hsqldb_test, \
+    sdbc_hsqldb \
+))
+
 $(eval $(call gb_CppunitTest_use_api,dbaccess_hsqldb_test,\
     offapi \
     oovbaapi \


More information about the Libreoffice-commits mailing list