vcl/qa/cppunit/VectorGraphicSearchTest.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit e848e95faa5cea1f258c9f97d99ffc91614e5a3b Author: Tomaž Vajngerl <[email protected]> AuthorDate: Wed Jun 3 12:23:57 2020 +0200 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Thu Jun 4 10:50:11 2020 +0200 vcl: disable VectorGraphicSearchTest if we don't have PDFium enclose with HAVE_FEATURE_PDFIUM Change-Id: I46f8d6b19c46dbdf313b6192dddf85741ceb301f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95462 Tested-by: Tomaž Vajngerl <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/vcl/qa/cppunit/VectorGraphicSearchTest.cxx b/vcl/qa/cppunit/VectorGraphicSearchTest.cxx index 8dbdcac0e2e1..00febce16e71 100644 --- a/vcl/qa/cppunit/VectorGraphicSearchTest.cxx +++ b/vcl/qa/cppunit/VectorGraphicSearchTest.cxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <config_features.h> + +#if HAVE_FEATURE_PDFIUM + #include <cppunit/TestAssert.h> #include <cppunit/extensions/HelperMacros.h> @@ -195,4 +199,6 @@ void VectorGraphicSearchTest::testSearchStringChange() CPPUNIT_TEST_SUITE_REGISTRATION(VectorGraphicSearchTest); +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
