Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / accessible / tests / mochitest / Makefile.in
blobd7445af5b49b07d5c2c693f006121cbee5b7c425
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) 2008
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
23 # Alexander Surkov <surkov.alexander@gmail.com> (original author)
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 = accessible
45 DIRS = \
46 actions \
47 attributes \
48 editabletext \
49 events \
50 focus \
51 hyperlink \
52 hypertext \
53 name \
54 relations \
55 selectable \
56 states \
57 table \
58 text \
59 textselection \
60 tree \
61 treeupdate \
62 value \
63 $(null)
65 include $(DEPTH)/config/autoconf.mk
66 include $(topsrcdir)/config/rules.mk
68 _TEST_FILES =\
69 formimage.png \
70 letters.gif \
71 moz.png \
72 $(topsrcdir)/content/media/test/bug461281.ogg \
73 longdesc_src.html \
74 actions.js \
75 attributes.js \
76 autocomplete.js \
77 common.js \
78 events.js \
79 grid.js \
80 layout.js \
81 name.js \
82 relations.js \
83 role.js \
84 selectable.js \
85 states.js \
86 table.js \
87 value.js \
88 test_aria_role_article.html \
89 test_aria_role_equation.html \
90 test_aria_roles.html \
91 test_aria_roles.xul \
92 test_aria_token_attrs.html \
93 test_bug420863.html \
94 test_childAtPoint.html \
95 test_childAtPoint.xul \
96 test_descr.html \
97 test_elm_landmarks.html \
98 test_elm_listbox.xul \
99 test_elm_nsApplicationAcc.html \
100 test_elm_plugin.html \
101 test_nsIAccessibleDocument.html \
102 test_nsIAccessibleImage.html \
103 test_nsIAccessNode_utils.html \
104 test_nsOuterDocAccessible.html \
105 test_role_nsHyperTextAcc.html \
106 test_text_caret.html \
107 test_textboxes.html \
108 test_textboxes.xul \
109 testTextboxes.js \
110 text.js \
111 treeview.css \
112 treeview.js \
113 $(NULL)
115 libs:: $(_TEST_FILES)
116 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/a11y/$(relativesrcdir)