Bug 507665 - Avoid imacros for JSOP_GETELEM and JSOP_CALLELEM. r=gal.
[mozilla-central.git] / xpinstall / tests / Makefile.in
blob1f2ee9403ce36b318b00e13cf35f9f578f0c5d01
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 mozilla.org 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):
23 # Alternatively, the contents of this file may be used under the terms of
24 # either of the GNU General Public License Version 2 or later (the "GPL"),
25 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26 # in which case the provisions of the GPL or the LGPL are applicable instead
27 # of those above. If you wish to allow use of your version of this file only
28 # under the terms of either the GPL or the LGPL, and not to allow others to
29 # use your version of this file under the terms of the MPL, indicate your
30 # decision by deleting the provisions above and replace them with the notice
31 # and other provisions required by the GPL or the LGPL. If you do not delete
32 # the provisions above, a recipient may use your version of this file under
33 # the terms of any one of the MPL, the GPL or the LGPL.
35 # ***** END LICENSE BLOCK *****
37 DEPTH = ../..
38 topsrcdir = @top_srcdir@
39 srcdir = @srcdir@
40 VPATH = @srcdir@
41 relativesrcdir = xpinstall/tests
43 include $(DEPTH)/config/autoconf.mk
44 include $(topsrcdir)/config/rules.mk
46 _BROWSER_FILES = harness.js \
47 browser_unsigned_url.js \
48 browser_unsigned_trigger.js \
49 browser_whitelist.js \
50 browser_whitelist2.js \
51 browser_whitelist3.js \
52 browser_whitelist4.js \
53 browser_whitelist5.js \
54 browser_whitelist6.js \
55 browser_hash.js \
56 browser_badhash.js \
57 browser_badhashtype.js \
58 browser_signed_url.js \
59 browser_signed_trigger.js \
60 browser_signed_untrusted.js \
61 browser_signed_tampered.js \
62 browser_signed_multiple.js \
63 browser_empty.js \
64 browser_corrupt.js \
65 browser_cookies.js \
66 browser_cookies2.js \
67 browser_cookies3.js \
68 browser_cookies4.js \
69 browser_enabled.js \
70 browser_enabled2.js \
71 browser_enabled3.js \
72 browser_softwareupdate.js \
73 browser_installchrome.js \
74 browser_opendialog.js \
75 browser_localfile.js \
76 browser_localfile2.js \
77 browser_auth.js \
78 browser_auth2.js \
79 browser_auth3.js \
80 browser_offline.js \
81 browser_chrome.js \
82 browser_cancel.js \
83 browser_navigateaway.js \
84 browser_navigateaway2.js \
85 unsigned.xpi \
86 signed.xpi \
87 signed2.xpi \
88 signed-untrusted.xpi \
89 signed-tampered.xpi \
90 empty.xpi \
91 corrupt.xpi \
92 enabled.html \
93 installtrigger.html \
94 startsoftwareupdate.html \
95 installchrome.html \
96 authRedirect.sjs \
97 cookieRedirect.sjs \
98 $(NULL)
100 libs:: $(_BROWSER_FILES)
101 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)