diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-03-20 19:15:12 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-03-21 07:21:51 +0100 |
commit | 5ef77a5af1ffa8f83fa6d803494bc0afe3742375 (patch) | |
tree | d359dc7b23aa1bad7d6f552ac7ff39d227c52296 | |
parent | d43d2662ff64c613740080e166d1046214edb0f0 (diff) |
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@collabora.com>
-rw-r--r-- | dbaccess/CppunitTest_dbaccess_RowSetClones.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |