summaryrefslogtreecommitdiff
path: root/svtools/CppunitTest_svtools_html.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-03-16 20:53:44 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-06 22:02:11 +0200
commitc7b69624eec1329113630e308170346fce2be823 (patch)
tree19ca6395b11aee06931a130e049f3ea0777b3932 /svtools/CppunitTest_svtools_html.mk
parent2480ded80ed3b6e75d4cfb92dbe003000a685820 (diff)
Introduce HtmlWriter unit tests.
Change-Id: Icb39dde433124d444c48761e074f6b839a043d4e
Diffstat (limited to 'svtools/CppunitTest_svtools_html.mk')
-rw-r--r--svtools/CppunitTest_svtools_html.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/svtools/CppunitTest_svtools_html.mk b/svtools/CppunitTest_svtools_html.mk
new file mode 100644
index 000000000000..e436b6d0895f
--- /dev/null
+++ b/svtools/CppunitTest_svtools_html.mk
@@ -0,0 +1,33 @@
+# -*- 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,svtools_html))
+
+$(eval $(call gb_CppunitTest_use_external,svtools_html,boost_headers))
+
+$(eval $(call gb_CppunitTest_use_api,svtools_html, \
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,svtools_html, \
+ svtools/qa/unit/testHtmlWriter \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,svtools_html, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ tl \
+ sal \
+ svt \
+ $(gb_UWINAPI) \
+))
+
+# vim: set noet sw=4 ts=4: