diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-09 14:22:09 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-09 19:08:32 +0100 |
commit | 87dce617eb1cbbb650dda3e5dc557fa0a058e505 (patch) | |
tree | ee252c285326858fab6cd076b2ddcc10b5e94616 /dbaccess/CppunitTest_dbaccess_firebird_test.mk | |
parent | 7f8b79c21c3af20e443d487af0d40a36e611bda0 (diff) |
UnoApiTest: factor out common code
Change-Id: I1d84d8c1e371016a4f4f068af1e9c76635f28cf4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142490
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'dbaccess/CppunitTest_dbaccess_firebird_test.mk')
-rw-r--r-- | dbaccess/CppunitTest_dbaccess_firebird_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_firebird_test.mk b/dbaccess/CppunitTest_dbaccess_firebird_test.mk index c9ca5b9bf4bb..9b7af21ff31b 100644 --- a/dbaccess/CppunitTest_dbaccess_firebird_test.mk +++ b/dbaccess/CppunitTest_dbaccess_firebird_test.mk @@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_firebird_test, \ subsequenttest \ svt \ test \ + tl \ unotest \ utl \ xo \ |