gecko/accessible/tests/mochitest/Makefile.in
2012-05-21 12:12:37 +01:00

79 lines
1.4 KiB
Makefile

#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = accessible
DIRS = \
actions \
attributes \
bounds \
editabletext \
elm \
events \
focus \
hittest \
hyperlink \
hypertext \
name \
pivot \
relations \
role \
selectable \
states \
table \
text \
textcaret \
textselection \
tree \
treeupdate \
value \
$(null)
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
_TEST_FILES =\
formimage.png \
letters.gif \
moz.png \
$(topsrcdir)/content/media/test/bug461281.ogg \
longdesc_src.html \
actions.js \
attributes.js \
autocomplete.js \
browser.js \
common.js \
events.js \
grid.js \
layout.js \
name.js \
pivot.js \
relations.js \
role.js \
selectable.js \
states.js \
table.js \
value.js \
test_aria_token_attrs.html \
test_bug420863.html \
test_descr.html \
test_nsIAccessibleDocument.html \
test_nsIAccessibleImage.html \
test_OuterDocAccessible.html \
test_textboxes.html \
test_textboxes.xul \
testTextboxes.js \
text.js \
treeview.css \
treeview.js \
$(NULL)
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/a11y/$(relativesrcdir)