summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_htmlimport.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-17 11:56:24 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-17 19:08:15 +0200
commitbcf8dc3d9b9d2df6f6a67c71efc52630ff65371b (patch)
tree344d8804358b5b91433ae88d5fe1f0cdc108e08b /sw/CppunitTest_sw_htmlimport.mk
parent3914a711060341345f15b83656457f90095f32d6 (diff)
sw: html import test: local images shouldn't be file links (bnc#580834)
Change-Id: Id35e03a3f814609e40e4beea778e66cce39054d1
Diffstat (limited to 'sw/CppunitTest_sw_htmlimport.mk')
-rw-r--r--sw/CppunitTest_sw_htmlimport.mk56
1 files changed, 56 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_htmlimport.mk b/sw/CppunitTest_sw_htmlimport.mk
new file mode 100644
index 000000000000..30360763d9cc
--- /dev/null
+++ b/sw/CppunitTest_sw_htmlimport.mk
@@ -0,0 +1,56 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+#*************************************************************************
+
+$(eval $(call gb_CppunitTest_CppunitTest,sw_htmlimport))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlimport, \
+ sw/qa/extras/htmlimport/htmlimport \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sw_htmlimport, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ i18nlangtag \
+ sal \
+ sw \
+ test \
+ tl \
+ unotest \
+ utl \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_externals,sw_htmlimport,\
+ boost_headers \
+ libxml2 \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sw_htmlimport,\
+ -I$(SRCDIR)/sw/inc \
+ -I$(SRCDIR)/sw/source/core/inc \
+ -I$(SRCDIR)/sw/qa/extras/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sw_htmlimport))
+
+$(eval $(call gb_CppunitTest_use_ure,sw_htmlimport))
+$(eval $(call gb_CppunitTest_use_vcl,sw_htmlimport))
+
+$(eval $(call gb_CppunitTest_use_rdb,sw_htmlimport,services))
+
+$(eval $(call gb_CppunitTest_use_configuration,sw_htmlimport))
+
+$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_htmlimport))
+
+# vim: set noet sw=4 ts=4: