summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_pcd_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-06 14:19:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-06 14:48:03 +0000
commit31bfb20c81b0d293a5531c381885791540f477b0 (patch)
tree848f394204c206c2825658f3d985e263644fbbe2 /filter/CppunitTest_filter_pcd_test.mk
parent7b0f4dc514d3fb9c79809afcf3fb118f0a7d0b38 (diff)
add a build-time regression test for pcd file format
Change-Id: Ie413372ab1cfc7e38570fdf65c6daca8c2cc426b
Diffstat (limited to 'filter/CppunitTest_filter_pcd_test.mk')
-rw-r--r--filter/CppunitTest_filter_pcd_test.mk42
1 files changed, 42 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_pcd_test.mk b/filter/CppunitTest_filter_pcd_test.mk
new file mode 100644
index 000000000000..071d76fb4c2e
--- /dev/null
+++ b/filter/CppunitTest_filter_pcd_test.mk
@@ -0,0 +1,42 @@
+# -*- 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_pcd_test))
+
+$(eval $(call gb_CppunitTest_use_external,filter_pcd_test,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,filter_pcd_test, \
+ filter/qa/cppunit/filters-pcd-test \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,filter_pcd_test, \
+ icd \
+ sal \
+ test \
+ tl \
+ unotest \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,filter_pcd_test,\
+ udkapi \
+ offapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,filter_pcd_test))
+$(eval $(call gb_CppunitTest_use_vcl,filter_pcd_test))
+
+$(eval $(call gb_CppunitTest_use_components,filter_pcd_test,\
+ configmgr/source/configmgr \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,filter_pcd_test))
+
+# vim: set noet sw=4 ts=4: