Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / browser / components / sessionstore / test / browser / Makefile.in
blob532a09517d6d400be6cbf1b45719d120574c82fd
1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Original Code is sessionstore test code.
16 # The Initial Developer of the Original Code is
17 # Mozilla Foundation.
18 # Portions created by the Initial Developer are Copyright (C) 2008
19 # the Initial Developer. All Rights Reserved.
21 # Contributor(s):
22 # Simon Bünzli <zeniko@gmail.com>
23 # Michael Kraft <morac99-firefox2@yahoo.com>
25 # Alternatively, the contents of this file may be used under the terms of
26 # either of the GNU General Public License Version 2 or later (the "GPL"),
27 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 # in which case the provisions of the GPL or the LGPL are applicable instead
29 # of those above. If you wish to allow use of your version of this file only
30 # under the terms of either the GPL or the LGPL, and not to allow others to
31 # use your version of this file under the terms of the MPL, indicate your
32 # decision by deleting the provisions above and replace them with the notice
33 # and other provisions required by the GPL or the LGPL. If you do not delete
34 # the provisions above, a recipient may use your version of this file under
35 # the terms of any one of the MPL, the GPL or the LGPL.
37 # ***** END LICENSE BLOCK *****
39 DEPTH = ../../../../..
40 topsrcdir = @top_srcdir@
41 srcdir = @srcdir@
42 VPATH = @srcdir@
43 relativesrcdir = browser/components/sessionstore/test/browser
45 include $(DEPTH)/config/autoconf.mk
46 include $(topsrcdir)/config/rules.mk
48 # browser_506482.js is disabled because of frequent failures (bug 538672)
49 # browser_526613.js is disabled because of frequent failures (bug 534489)
51 _BROWSER_TEST_FILES = \
52 head.js \
53 browser_248970_a.js \
54 browser_248970_b.js \
55 browser_248970_b_sample.html \
56 browser_339445.js \
57 browser_339445_sample.html \
58 browser_345898.js \
59 browser_346337.js \
60 browser_346337_sample.html \
61 browser_350525.js \
62 browser_354894.js \
63 browser_367052.js \
64 browser_393716.js \
65 browser_394759_basic.js \
66 browser_394759_behavior.js \
67 browser_394759_purge.js \
68 browser_394759_privatebrowsing.js \
69 browser_408470.js \
70 browser_408470_sample.html \
71 browser_423132.js \
72 browser_423132_sample.html \
73 browser_447951.js \
74 browser_447951_sample.html \
75 browser_448741.js \
76 browser_454908.js \
77 browser_454908_sample.html \
78 browser_456342.js \
79 browser_456342_sample.xhtml \
80 browser_459906.js \
81 browser_459906_empty.html \
82 browser_459906_sample.html \
83 browser_461634.js \
84 browser_461743.js \
85 browser_461743_sample.html \
86 browser_463205.js \
87 browser_463205_helper.html \
88 browser_463205_sample.html \
89 browser_463206.js \
90 browser_463206_sample.html \
91 browser_464199.js \
92 browser_464620_a.js \
93 browser_464620_a.html \
94 browser_464620_b.js \
95 browser_464620_b.html \
96 browser_464620_xd.html \
97 browser_465215.js \
98 browser_465223.js \
99 browser_466937.js \
100 browser_466937_sample.html \
101 browser_476161.js \
102 browser_476161_sample.html \
103 browser_477657.js \
104 browser_480148.js \
105 browser_480893.js \
106 browser_483330.js \
107 browser_485482.js \
108 browser_485482_sample.html \
109 browser_485563.js \
110 browser_490040.js \
111 browser_491168.js \
112 browser_491577.js \
113 browser_493467.js \
114 browser_495495.js \
115 browser_500328.js \
116 browser_514751.js \
117 browser_522375.js \
118 browser_522545.js \
119 browser_524745.js \
120 browser_528776.js \
121 browser_579868.js \
122 browser_579879.js \
123 browser_580512.js \
124 browser_581593.js \
125 browser_581937.js \
126 browser_586147.js \
127 browser_586068-cascaded_restore.js \
128 browser_588426.js \
129 browser_589246.js \
130 browser_590268.js \
131 browser_590563.js \
132 browser_595601-restore_hidden.js \
133 browser_597315.js \
134 browser_597315_index.html \
135 browser_597315_a.html \
136 browser_597315_b.html \
137 browser_597315_c.html \
138 browser_597315_c1.html \
139 browser_597315_c2.html \
140 browser_599909.js \
141 browser_600545.js \
142 browser_601955.js \
143 browser_607016.js \
144 browser_615394-SSWindowState_events.js \
145 browser_618151.js \
146 browser_623779.js \
147 browser_624727.js \
148 browser_625257.js \
149 browser_628270.js \
150 browser_635418.js \
151 browser_636279.js \
152 browser_644409-scratchpads.js \
153 browser_645428.js \
154 browser_659591.js \
155 browser_662812.js \
156 browser_665702-state_session.js \
157 browser_682507.js \
158 browser_687710.js \
159 browser_687710_2.js \
160 browser_694378.js \
161 $(NULL)
163 ifneq ($(OS_ARCH),Darwin)
164 _BROWSER_TEST_FILES += \
165 browser_597071.js \
166 browser_625016.js \
167 $(NULL)
168 endif
170 libs:: $(_BROWSER_TEST_FILES)
171 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/browser/$(relativesrcdir)