summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_pict_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-27 10:36:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-27 12:27:24 +0100
commit7abe82d525caba1d7ad607d730bc75a6d7f05174 (patch)
tree6f6c5db338ba7b83488957a9aa6e4ce44d2d6b8b /filter/CppunitTest_filter_pict_test.mk
parent0f05c39c4d87ed1b44f019b332c6241b749b88e1 (diff)
add pict regression test
Change-Id: I6765bd2de27971c441a7d3f8879e4fd9bc3112cf
Diffstat (limited to 'filter/CppunitTest_filter_pict_test.mk')
-rw-r--r--filter/CppunitTest_filter_pict_test.mk38
1 files changed, 38 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_pict_test.mk b/filter/CppunitTest_filter_pict_test.mk
new file mode 100644
index 000000000000..ce9eeb6dbfe6
--- /dev/null
+++ b/filter/CppunitTest_filter_pict_test.mk
@@ -0,0 +1,38 @@
+# -*- 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_pict_test))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,filter_pict_test, \
+ filter/qa/cppunit/filters-pict-test \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,filter_pict_test, \
+ ipt \
+ sal \
+ test \
+ tl \
+ unotest \
+ vcl \
+ $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,filter_pict_test,\
+ udkapi \
+ offapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,filter_pict_test))
+
+$(eval $(call gb_CppunitTest_use_components,filter_pict_test,\
+ configmgr/source/configmgr \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,filter_pict_test))
+
+# vim: set noet sw=4 ts=4: