summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_ppm_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-18 14:26:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-18 14:37:58 +0100
commit58b76a188368f0035e5654657f3bcd90fba2543f (patch)
treee29652f85b62c620feeb87cfd01d7f234dd87ef8 /filter/CppunitTest_filter_ppm_test.mk
parent4008c660821ac79983cfd409b12164abbc136415 (diff)
add ppm regression test
Change-Id: Ifd5f68a3b0dec16f8d992f75fba8c9920700f351
Diffstat (limited to 'filter/CppunitTest_filter_ppm_test.mk')
-rw-r--r--filter/CppunitTest_filter_ppm_test.mk41
1 files changed, 41 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_ppm_test.mk b/filter/CppunitTest_filter_ppm_test.mk
new file mode 100644
index 000000000000..cce904126206
--- /dev/null
+++ b/filter/CppunitTest_filter_ppm_test.mk
@@ -0,0 +1,41 @@
+# -*- 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_ppm_test))
+
+$(eval $(call gb_CppunitTest_use_external,filter_ppm_test,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,filter_ppm_test, \
+ filter/qa/cppunit/filters-ppm-test \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,filter_ppm_test, \
+ ipb \
+ sal \
+ test \
+ tl \
+ unotest \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,filter_ppm_test,\
+ udkapi \
+ offapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,filter_ppm_test))
+
+$(eval $(call gb_CppunitTest_use_components,filter_ppm_test,\
+ configmgr/source/configmgr \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,filter_ppm_test))
+
+# vim: set noet sw=4 ts=4: