diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-01-17 17:55:44 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-17 21:44:41 +0100 |
commit | 1e996e3ae1f39b23efe846831d0498aa748a4f70 (patch) | |
tree | 9391109f4f12aa8963b683862b7774de0f12d938 /sw/Module_sw.mk | |
parent | 1c67ec62f65c4180c3b6be2ded66b3183dbe9138 (diff) |
sw: roundtrip test of OOXML decryption/encryption
Change-Id: Idea2a46a692aed666eb8dbc6185ae001d30757c2
Reviewed-on: https://gerrit.libreoffice.org/33228
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
(cherry picked from commit 106c642b7542d587e961774cac515611982c6f0d)
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 3b5d06f59e38..3dc57492d332 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -63,6 +63,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_ooxmlexport9 \ CppunitTest_sw_ooxmlfieldexport \ CppunitTest_sw_ooxmlw14export \ + CppunitTest_sw_ooxmlencryption \ CppunitTest_sw_ooxmlimport \ CppunitTest_sw_ww8export \ CppunitTest_sw_ww8export2 \ |