gecko/content/base/test/chrome/Makefile.in
2012-05-21 12:12:37 +01:00

54 lines
1.4 KiB
Makefile

# 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/.
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = content/base/test/chrome
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
_TEST_FILES = \
bug421622-referer.sjs \
$(NULL)
_CHROME_FILES = \
test_bug206691.xul \
test_bug391728.html \
file_bug391728.html \
file_bug391728_2.html \
test_bug421622.xul \
test_bug429785.xul \
test_bug430050.xul \
test_bug467123.xul \
test_title.xul \
title_window.xul \
test_bug549682.xul \
file_bug549682.xul \
test_bug616841.xul \
file_bug616841.xul \
test_bug635835.xul \
test_fileconstructor.xul \
fileconstructor_file.png \
test_bug339494.xul \
test_bug357450.xul \
test_bug571390.xul \
test_bug574596.html \
test_bug683852.xul \
test_bug599295.html \
test_bug650776.html \
test_bug650784.html \
test_bug752226-3.xul \
test_bug752226-4.xul \
test_bug682305.html \
$(NULL)
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
libs:: $(_CHROME_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)