summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-10-29 19:20:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-10-30 08:18:00 +0100
commit9ebcc7c9a21f33cf42146786e4463856d373f114 (patch)
tree06f509d5a84afe47e4a783630c49faebdffd262b /dbaccess
parent16b2b4f27acb83fc651b8484dead53ebd0e269e1 (diff)
Missing test dependency
Change-Id: I822a71fcf6d3de93081046cdc9b4b8a07ed2c1d0 Reviewed-on: https://gerrit.libreoffice.org/62521 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/CppunitTest_dbaccess_hsqldb_test.mk4
1 files changed, 4 insertions, 0 deletions
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 \