[tracker-miners/wip/carlosg/test] tests: Check poppler for pdf-doc extraction test




commit f8ae3814d58fabb631b5cf5d2e27f6534a5df62f
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Dec 27 12:27:24 2020 +0100

    tests: Check poppler for pdf-doc extraction test
    
    We have this under libgsf checks, but relies on poppler instead.

 tests/functional-tests/meson.build | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 7f1f5a7b7..9270e36c9 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -95,12 +95,15 @@ if totem_plparser.found()
   extractor_tests += 'playlists/playlist-test-1'
 endif
 
+if poppler.found()
+  extractor_tests += 'office/pdf-doc'
+endif
+
 if libgsf.found()
   extractor_tests += [
     'office/oasis-doc',
     'office/office-doc',
     'office/powerpoint',
-    'office/pdf-doc',
     'office/ps-doc',
     'office/ps-doc-atend',
   ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]