2012-05-21 04:12:37 -07:00
|
|
|
# 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/.
|
2007-12-03 14:35:08 -08:00
|
|
|
|
|
|
|
DEPTH = ../../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
relativesrcdir = browser/components/search/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
_BROWSER_TEST_FILES = browser_405664.js \
|
2010-10-24 22:15:09 -07:00
|
|
|
browser_addEngine.js \
|
2011-03-18 14:56:46 -07:00
|
|
|
browser_contextmenu.js \
|
2008-02-25 14:13:30 -08:00
|
|
|
testEngine.xml \
|
2011-03-18 14:56:46 -07:00
|
|
|
testEngine_mozsearch.xml \
|
2010-10-24 22:15:09 -07:00
|
|
|
testEngine.src \
|
2008-04-04 02:20:18 -07:00
|
|
|
browser_426329.js \
|
2009-12-27 20:30:21 -08:00
|
|
|
426329.xml \
|
2009-03-18 00:52:43 -07:00
|
|
|
browser_483086.js \
|
|
|
|
483086-1.xml \
|
|
|
|
483086-2.xml \
|
2009-12-27 20:30:21 -08:00
|
|
|
test.html \
|
2007-12-03 14:35:08 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_BROWSER_TEST_FILES)
|
2011-11-05 11:35:59 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|