2007-02-20 01:56:30 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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-02-20 01:56:30 +00:00
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2011-11-05 18:35:59 +00:00
|
|
|
relativesrcdir = testing/mochitest/chrome
|
2007-02-20 01:56:30 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
_STATIC_FILES = test_sample.xul \
|
2011-09-19 18:52:06 +00:00
|
|
|
test_sanityChromeUtils.xul \
|
2011-10-19 09:35:05 +00:00
|
|
|
test_sanityPluginUtils.html \
|
2011-12-02 12:25:04 +00:00
|
|
|
test_sanityException.xul \
|
|
|
|
test_sanityException2.xul \
|
2007-02-20 01:56:30 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_STATIC_FILES)
|
2011-11-05 18:35:59 +00:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/$(relativesrcdir)
|