Kaydet (Commit) 7abe82d5 authored tarafından Caolán McNamara's avatar Caolán McNamara

add pict regression test

Change-Id: I6765bd2de27971c441a7d3f8879e4fd9bc3112cf
üst 0f05c39c
# -*- 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:
......@@ -77,6 +77,7 @@ $(eval $(call gb_Module_add_targets,filter,\
endif
$(eval $(call gb_Module_add_check_targets,filter,\
CppunitTest_filter_pict_test \
CppunitTest_filter_tga_test \
CppunitTest_filter_tiff_test \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment