Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / content / xbl / test / Makefile.in
blobb23e66b4774b4c7d58e4f1582a3b939377878eeb
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Original Code is mozilla.org code.
17 # The Initial Developer of the Original Code is
18 # Mozilla Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 2007
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
23 # Robert Sayre <sayrer@gmail.com> (original author)
24 # Gavin Sharp <gavin@gavinsharp.com>
26 # Alternatively, the contents of this file may be used under the terms of
27 # either of the GNU General Public License Version 2 or later (the "GPL"),
28 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 # in which case the provisions of the GPL or the LGPL are applicable instead
30 # of those above. If you wish to allow use of your version of this file only
31 # under the terms of either the GPL or the LGPL, and not to allow others to
32 # use your version of this file under the terms of the MPL, indicate your
33 # decision by deleting the provisions above and replace them with the notice
34 # and other provisions required by the GPL or the LGPL. If you do not delete
35 # the provisions above, a recipient may use your version of this file under
36 # the terms of any one of the MPL, the GPL or the LGPL.
38 # ***** END LICENSE BLOCK *****
40 DEPTH = ../../..
41 topsrcdir = @top_srcdir@
42 srcdir = @srcdir@
43 VPATH = @srcdir@
44 relativesrcdir = content/xbl/test
46 include $(DEPTH)/config/autoconf.mk
47 include $(topsrcdir)/config/rules.mk
49 _TEST_FILES = \
50 test_bug310107.html \
51 bug310107-resource.xhtml \
52 test_bug366770.html \
53 test_bug371724.xhtml \
54 test_bug372769.xhtml \
55 test_bug378866.xhtml \
56 test_bug397934.xhtml \
57 test_bug389322.xhtml \
58 test_bug400705.xhtml \
59 test_bug401907.xhtml \
60 test_bug403162.xhtml \
61 test_bug379959.html \
62 file_bug379959_data.html \
63 file_bug379959_cross.html \
64 file_bug379959_xbl.xml \
65 test_bug468210.xhtml \
66 test_bug481558.html \
67 file_bug481558css.sjs \
68 file_bug481558.xbl \
69 test_bug526178.xhtml \
70 test_bug542406.xhtml \
71 test_bug591198.html \
72 file_bug591198_xbl.xml \
73 file_bug591198_inner.html \
74 test_bug639338.xhtml \
75 $(NULL)
77 _CHROME_FILES = \
78 test_bug296375.xul \
79 test_bug378518.xul \
80 test_bug398135.xul \
81 test_bug398492.xul \
82 $(NULL)
84 libs:: $(_TEST_FILES)
85 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/tests/$(relativesrcdir)
87 libs:: $(_CHROME_FILES)
88 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/chrome/$(relativesrcdir)