Files
libreoffice/writerfilter/Module_writerfilter.mk
Miklos Vajna e75a8b8eff writerfilter: move the RTF tests to slowcheck
These now take around 5sec here, which is slow enough to be annoying --
if you have to wait for it after every partial build.

Change-Id: I795fefcd79889aca7b00a5b3d408ee3488b13b03
2013-06-11 16:25:21 +02:00

24 lines
645 B
Makefile

# -*- 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_Module_Module,writerfilter))
$(eval $(call gb_Module_add_targets,writerfilter,\
CustomTarget_source \
Library_writerfilter \
))
$(eval $(call gb_Module_add_slowcheck_targets,writerfilter,\
CppunitTest_writerfilter_rtftok \
))
# CppunitTest_writerfilter_doctok \
# vim: set noet sw=4 ts=4: