summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_findReplace.mk
blob: cfcf6e8218b5ebce4f2692384699a5b2d06bc691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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_UITest_UITest,sw_findReplace))

$(eval $(call gb_UITest_add_modules,sw_findReplace,$(SRCDIR)/sw/qa/uitest,\
	findReplace/ \
))

$(eval $(call gb_UITest_set_defs,sw_findReplace, \
    TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
td class='ctrl'>
authorStephan Bergmann <sbergman@redhat.com>2012-07-16 16:41:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-16 16:45:02 +0200
commit069c1efa39e3bed146a3e70af796e6a70cf2f67e (patch)
tree033318a9d95933e5f192c087d2a8c0800c6553d7 /scripting/Makefile
parenta201316b839c00fe5f8305150cf2ccba548a2868 (diff)
Fix typo
deliver had always ignored the missing "3" in the target anyway, delivering any libfreebl3.* from the source dir to the exact same name in the target dir. (And scp2/source/ooo/file_library_ooo.scp indeed expects the file to be named freebl3 with the "3"). This appears to be a harmless typo introduced with 09bc28fb7b998f56b481fb07eb576f00ce72c26f "jl144: #i106132# nss does not build on MacOS 10.6 because of libsqlite3." Change-Id: I251834c2157acf0936bde9b7daaad16693822acb