Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / dom / tests / mochitest / ajax / offline / Makefile.in
blob19ce9fba1037c5a164384320f89ccf1c0f333114
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 Foundation.
19 # Portions created by the Initial Developer are Copyright (C) 2007
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
24 # Alternatively, the contents of this file may be used under the terms of
25 # either of the GNU General Public License Version 2 or later (the "GPL"),
26 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 # in which case the provisions of the GPL or the LGPL are applicable instead
28 # of those above. If you wish to allow use of your version of this file only
29 # under the terms of either the GPL or the LGPL, and not to allow others to
30 # use your version of this file under the terms of the MPL, indicate your
31 # decision by deleting the provisions above and replace them with the notice
32 # and other provisions required by the GPL or the LGPL. If you do not delete
33 # the provisions above, a recipient may use your version of this file under
34 # the terms of any one of the MPL, the GPL or the LGPL.
36 # ***** END LICENSE BLOCK *****
38 DEPTH = ../../../../..
39 topsrcdir = @top_srcdir@
40 srcdir = @srcdir@
41 VPATH = @srcdir@
42 relativesrcdir = dom/tests/mochitest/ajax/offline
44 include $(DEPTH)/config/autoconf.mk
46 DIRS = namespace1 namespace2
48 include $(topsrcdir)/config/rules.mk
50 _TEST_FILES = \
51 offlineTests.js \
52 test_badManifestMagic.html \
53 test_badManifestMime.html \
54 test_bypass.html \
55 test_missingFile.html \
56 test_noManifest.html \
57 test_simpleManifest.html \
58 test_identicalManifest.html \
59 test_changingManifest.html \
60 test_refetchManifest.html \
61 test_offlineIFrame.html \
62 test_offlineMode.html \
63 test_bug445544.html \
64 test_bug460353.html \
65 test_bug474696.html \
66 test_bug544462.html \
67 test_foreign.html \
68 test_fallback.html \
69 test_overlap.html \
70 test_redirectManifest.html \
71 test_redirectUpdateItem.html \
72 overlap.cacheManifest \
73 overlap.cacheManifest^headers^ \
74 test_updatingManifest.html \
75 445544_part1.html \
76 445544_part2.html \
77 445544.cacheManifest \
78 445544.cacheManifest^headers^ \
79 460353_iframe_nomanifest.html \
80 460353_iframe_ownmanifest.html \
81 460353_iframe_samemanifest.html \
82 test_obsolete.html \
83 obsolete.html \
84 obsoletingManifest.sjs \
85 badManifestMagic.cacheManifest \
86 badManifestMagic.cacheManifest^headers^ \
87 bypass.cacheManifest \
88 bypass.cacheManifest^headers^ \
89 bypass.html \
90 dynamicRedirect.sjs \
91 explicitRedirect.sjs \
92 fallback.html \
93 fallback2.html \
94 fallbackTop.html \
95 fallback.cacheManifest \
96 fallback.cacheManifest^headers^ \
97 foreign1.cacheManifest \
98 foreign1.cacheManifest^headers^ \
99 foreign2.cacheManifest \
100 foreign2.cacheManifest^headers^ \
101 foreign2.html \
102 notonwhitelist.html \
103 onwhitelist.html \
104 onwhitelist.html^headers^ \
105 updatingIframe.sjs \
106 updatingImplicit.html \
107 manifestRedirect.sjs \
108 missingFile.cacheManifest \
109 missingFile.cacheManifest^headers^ \
110 redirects.sjs \
111 simpleManifest.cacheManifest \
112 simpleManifest.cacheManifest^headers^ \
113 wildcardManifest.cacheManifest \
114 wildcardManifest.cacheManifest^headers^ \
115 updatingManifest.sjs \
116 simpleManifest.notmanifest \
117 changing1Sec.sjs \
118 changing1Hour.sjs \
119 changingManifest.sjs \
120 offlineChild.html \
121 test_xhtmlManifest.xhtml \
122 test_missingManifest.html \
123 missing.html \
124 jupiter.jpg \
125 $(NULL)
127 libs:: $(_TEST_FILES)
128 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/tests/$(relativesrcdir)