summaryrefslogtreecommitdiffstats
path: root/comphelper/CppunitTest_comphelper_test.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 12:19:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 14:25:02 +0100
commitddd43218e9900536381733735adf8681d345e775 (patch)
tree5bb211e63d9b739d20eb248f1ab9f0fb481e118d /comphelper/CppunitTest_comphelper_test.mk
parentMake LibreOffice buildable on Haiku. (diff)
downloadcore-ddd43218e9900536381733735adf8681d345e775.tar.gz
core-ddd43218e9900536381733735adf8681d345e775.zip
drop sax::tools::*base64 methods
and use the underlying comphelper methods rather. This is so that I can break the dependency that tools has on sax, and can add methods that make sax depend on tools. Change-Id: I8a2d6ce2ffc3529a0020710ade6a1748ee5af7d5 Reviewed-on: https://gerrit.libreoffice.org/50767 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper/CppunitTest_comphelper_test.mk')
-rw-r--r--comphelper/CppunitTest_comphelper_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/CppunitTest_comphelper_test.mk b/comphelper/CppunitTest_comphelper_test.mk
index 00dc27e5e7b1..956aeb374a63 100644
--- a/comphelper/CppunitTest_comphelper_test.mk
+++ b/comphelper/CppunitTest_comphelper_test.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,comphelper_test, \
comphelper/qa/string/test_string \
comphelper/qa/container/testifcontainer \
comphelper/qa/unit/test_hash \
+ comphelper/qa/unit/base64_test \
))
$(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test))