summaryrefslogtreecommitdiff
path: root/svl/CppunitTest_svl_inetcontenttype.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-27 18:05:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-27 18:06:27 +0100
commitc36daa01f444ebad799c1cc7a106f1b4bb3c3d12 (patch)
treedf0326a5b76d4b69b5661a57b64f5c6dd5314523 /svl/CppunitTest_svl_inetcontenttype.mk
parent92ad689bcb3ad16bd35302e6ff4ee45b872c05a0 (diff)
Introduce INetContentType::scan
...for use in <https://gerrit.libreoffice.org/#/c/8737/> "new methodINetURLObject::getData() for data urls." Change-Id: Id381d7c328153fbea44c0efb80532b2961c6c2b7
Diffstat (limited to 'svl/CppunitTest_svl_inetcontenttype.mk')
-rw-r--r--svl/CppunitTest_svl_inetcontenttype.mk30
1 files changed, 30 insertions, 0 deletions
diff --git a/svl/CppunitTest_svl_inetcontenttype.mk b/svl/CppunitTest_svl_inetcontenttype.mk
new file mode 100644
index 000000000000..30cd296c0ae0
--- /dev/null
+++ b/svl/CppunitTest_svl_inetcontenttype.mk
@@ -0,0 +1,30 @@
+# -*- 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,svl_inetcontenttype))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,svl_inetcontenttype, \
+ svl/qa/unit/test_INetContentType \
+))
+
+$(eval $(call gb_CppunitTest_use_api,svl_inetcontenttype, \
+ udkapi \
+))
+
+$(eval $(call gb_CppunitTest_use_externals,svl_inetcontenttype, \
+ boost_headers \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,svl_inetcontenttype, \
+ sal \
+ svl \
+ tl \
+))
+
+# vim: set noet sw=4 ts=4: