2013-04-04 15:16:37 -07:00
|
|
|
#
|
|
|
|
# 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 = @DEPTH@
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2013-04-08 12:44:47 -07:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2013-04-04 15:16:37 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MOCHITEST_A11Y_FILES =\
|
2013-04-23 10:39:15 -07:00
|
|
|
jsatcommon.js \
|
2013-05-28 10:51:45 -07:00
|
|
|
utterance.js \
|
2013-04-23 10:39:15 -07:00
|
|
|
test_alive.html \
|
2013-05-28 10:51:45 -07:00
|
|
|
test_explicit_names.html \
|
2013-04-04 15:16:37 -07:00
|
|
|
test_utterance_order.html \
|
|
|
|
$(NULL)
|
|
|
|
|
2013-04-08 12:44:47 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|