[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - dbaccess/CppunitTest_dbaccess_RowSetClones.mk
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Sat Mar 21 13:35:28 UTC 2020
dbaccess/CppunitTest_dbaccess_RowSetClones.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 9ab070f64f7dc0ca15e9fa20d322e906d1ce0243
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Fri Mar 20 19:15:12 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Mar 21 14:34:58 2020 +0100
fix test dependencies
I'm not sure if this is the right dependency, but this test is
paired in Module_dbaccess.mk with CppunitTest_dbaccess_hsqldb_test
and that one uses this too, and it makes the dependencies work.
Change-Id: Ib7d1dff99ed5e6f91f11d6a583475323a3307ad6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90835
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
(cherry picked from commit 5ef77a5af1ffa8f83fa6d803494bc0afe3742375)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90818
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/dbaccess/CppunitTest_dbaccess_RowSetClones.mk b/dbaccess/CppunitTest_dbaccess_RowSetClones.mk
index 27e47b40ce06..ac11256d6bfd 100644
--- a/dbaccess/CppunitTest_dbaccess_RowSetClones.mk
+++ b/dbaccess/CppunitTest_dbaccess_RowSetClones.mk
@@ -54,6 +54,10 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \
xo \
))
+$(eval $(call gb_CppunitTest_use_jars,dbaccess_RowSetClones, \
+ sdbc_hsqldb \
+))
+
$(eval $(call gb_CppunitTest_use_api,dbaccess_RowSetClones,\
offapi \
oovbaapi \
More information about the Libreoffice-commits
mailing list