Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / dom / tests / mochitest / localstorage / Makefile.in
blobf8b5fe88a9a59066cc18035aa971c462c54f4ec4
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) 2008
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
23 # Jan Bambas <honzab@firemni.cz>
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 = dom/tests/mochitest/localstorage
45 include $(DEPTH)/config/autoconf.mk
47 include $(topsrcdir)/config/rules.mk
49 _TEST_FILES = \
50 frameBug624047.html \
51 frameChromeSlave.html \
52 frameKeySync.html \
53 frameMasterEqual.html \
54 frameMasterNotEqual.html \
55 frameSlaveEqual.html \
56 frameSlaveNotEqual.html \
57 frameReplace.html \
58 frameQuota.html \
59 frameQuotaSessionOnly.html \
60 frameOrder.html \
61 interOriginFrame.js \
62 interOriginTest.js \
63 interOriginTest2.js \
64 pbSwitch.js \
65 test_brokenUTF-16.html \
66 test_bug624047.html \
67 test_cookieBlock.html \
68 test_cookieSession-phase1.html \
69 test_cookieSession-phase2.html \
70 test_embededNulls.html \
71 test_keySync.html \
72 test_localStorageBase.html \
73 test_localStorageBasePrivateBrowsing.html \
74 test_localStorageBaseSessionOnly.html \
75 test_localStorageCookieSettings.html \
76 test_localStorageEnablePref.html \
77 test_localStorageOriginsEquals.html \
78 test_localStorageOriginsDiff.html \
79 test_localStorageOriginsPortDiffs.html \
80 test_localStorageOriginsDomainDiffs.html \
81 test_localStorageOriginsSchemaDiffs.html \
82 test_localStorageReplace.html \
83 test_localStorageQuota.html \
84 test_localStorageQuotaPrivateBrowsing.html \
85 test_localStorageQuotaSessionOnly.html \
86 test_localStorageQuotaSessionOnly2.html \
87 test_localStorageKeyOrder.html \
88 test_removeOwnersAPI.html \
89 test_removeOwnersAPISessionOnly.html \
90 test_storageConstructor.html \
91 $(NULL)
93 _CHROME_FILES = \
94 test_localStorageFromChrome.xhtml \
95 $(NULL)
97 libs:: $(_TEST_FILES)
98 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/tests/$(relativesrcdir)
99 libs:: $(_CHROME_FILES)
100 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/chrome/$(relativesrcdir)