dbaccess/CppunitTest_dbaccess_RowSetClones.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 5ef77a5af1ffa8f83fa6d803494bc0afe3742375 Author: Luboš Luňák <[email protected]> AuthorDate: Fri Mar 20 19:15:12 2020 +0100 Commit: Luboš Luňák <[email protected]> CommitDate: Sat Mar 21 07:21:51 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 <[email protected]> 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 \ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
