Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / content / svg / content / test / Makefile.in
blob98835b59d660abcb45506086b457b0d96c930183
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 # Jeff Walden <jwalden+code@mit.edu>.
19 # Portions created by the Initial Developer are Copyright (C) 2008
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 = content/svg/content/test
44 include $(DEPTH)/config/autoconf.mk
45 include $(topsrcdir)/config/rules.mk
47 # Disabled:
48 # bbox-helper.svg \
49 # test_length.xhtml \
51 _TEST_FILES = \
52 matrixUtils.js \
53 test_a_href_01.xhtml \
54 test_a_href_02.xhtml \
55 a_href_destination.svg \
56 a_href_helper_01.svg \
57 a_href_helper_02_03.svg \
58 a_href_helper_04.svg \
59 test_animLengthObjectIdentity.xhtml \
60 test_animLengthReadonly.xhtml \
61 test_animLengthUnits.xhtml \
62 test_bbox.xhtml \
63 test_bbox-with-invalid-viewBox.xhtml \
64 test_bounds.html \
65 bbox-helper.svg \
66 bounds-helper.svg \
67 test_dataTypes.html \
68 dataTypes-helper.svg \
69 getCTM-helper.svg \
70 test_getCTM.html \
71 test_getSubStringLength.xhtml \
72 getSubStringLength-helper.svg \
73 test_isSupported.xhtml \
74 test_nonAnimStrings.xhtml \
75 test_pathAnimInterpolation.xhtml \
76 test_pathSeg.xhtml \
77 test_pointAtLength.xhtml \
78 test_pointer-events.xhtml \
79 test_pointer-events-2.xhtml \
80 test_scientific.html \
81 scientific-helper.svg \
82 test_SVGAnimatedImageSMILDisabled.html \
83 animated-svg-image-helper.html \
84 animated-svg-image-helper.svg \
85 test_stroke-linecap-hit-testing.xhtml \
86 test_SVGLengthList.xhtml \
87 test_SVGLengthList-2.xhtml \
88 test_SVGMatrix.xhtml \
89 test_SVGPathSegList.xhtml \
90 test_SVGStyleElement.xhtml \
91 test_SVGTransformList.xhtml \
92 test_SVGTransformListAddition.xhtml \
93 test_SVGxxxList.xhtml \
94 test_SVGxxxListIndexing.xhtml \
95 test_switch.xhtml \
96 switch-helper.svg \
97 test_text.html \
98 text-helper.svg \
99 test_transform.xhtml \
100 test_valueAsString.xhtml \
101 test_valueLeaks.xhtml \
102 viewport-helper.svg \
103 test_viewport.html \
104 zoom-helper.svg \
105 test_zoom.xhtml \
106 $(NULL)
108 libs:: $(_TEST_FILES)
109 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/tests/$(relativesrcdir)