summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_dxf_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-08 16:36:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-09 13:35:47 +0100
commitbf5f734fc23291e0c1b4285f49f7daab13680ea4 (patch)
treecdd4e041195deb23f57ef7efac8dc75b748ab9ca /filter/CppunitTest_filter_dxf_test.mk
parentd6d73b8e6a8df22b2f213788223ac6760179f9d3 (diff)
add dxf import tests
Change-Id: Ied78545abb9807acfc634ca97a1ca00a163ffa19
Diffstat (limited to 'filter/CppunitTest_filter_dxf_test.mk')
-rw-r--r--filter/CppunitTest_filter_dxf_test.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_dxf_test.mk b/filter/CppunitTest_filter_dxf_test.mk
new file mode 100644
index 000000000000..538051f6a523
--- /dev/null
+++ b/filter/CppunitTest_filter_dxf_test.mk
@@ -0,0 +1,43 @@
+# -*- 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,filter_dxf_test))
+
+$(eval $(call gb_CppunitTest_use_external,filter_dxf_test,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,filter_dxf_test, \
+ filter/qa/cppunit/filters-dxf-test \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,filter_dxf_test, \
+ idx \
+ sal \
+ test \
+ tl \
+ unotest \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,filter_dxf_test,\
+ udkapi \
+ offapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,filter_dxf_test))
+$(eval $(call gb_CppunitTest_use_vcl,filter_dxf_test))
+
+$(eval $(call gb_CppunitTest_use_components,filter_dxf_test,\
+ configmgr/source/configmgr \
+ i18npool/util/i18npool \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,filter_dxf_test))
+
+# vim: set noet sw=4 ts=4: