summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_import_tests.mk
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-02-19 10:46:41 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-03-05 10:25:55 +0000
commit44337a1fdae8cdc68b6cf539166e60feea879a9b (patch)
tree1411439cac29e4135aa8924ddb6edb8eb8f5be15 /sd/CppunitTest_sd_import_tests.mk
parent725fdd9214190da2425de9bc69264cb5b38e0443 (diff)
Unit tests for PDF import
The PDF file consists of a text section followed by an image. So in the first test there should be 2 shapes (text and image) while in the second test which has the SkipImages filter option, there should be a single shape. Change-Id: I30ba0a832b665aa2fd5182b18778b485c62d7590 Reviewed-on: https://gerrit.libreoffice.org/14552 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/CppunitTest_sd_import_tests.mk')
-rw-r--r--sd/CppunitTest_sd_import_tests.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk
index 8a84e4c556cf..c30aef6c11cc 100644
--- a/sd/CppunitTest_sd_import_tests.mk
+++ b/sd/CppunitTest_sd_import_tests.mk
@@ -77,6 +77,7 @@ $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\
embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \
filter/source/svg/svgfilter \
+ filter/source/xmlfilteradaptor/xmlfa \
forms/util/frm \
framework/util/fwk \
i18npool/util/i18npool \
@@ -88,6 +89,7 @@ $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\
sd/util/sd \
sd/util/sdfilt \
sd/util/sdd \
+ sdext/source/pdfimport/pdfimport \
sfx2/util/sfx \
sot/util/sot \
svl/source/fsstor/fsstorage \