2012-05-21 04:12: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/.
|
2012-02-24 05:19:49 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2012-02-24 05:19:49 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 11:26:44 -07:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2012-02-24 05:19:49 -08:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_FILES = \
|
2013-01-03 10:29:16 -08:00
|
|
|
test_constructor.html \
|
|
|
|
test_constructor-assignment.html \
|
2012-09-15 11:19:55 -07:00
|
|
|
test_document.all_unqualified.html \
|
2012-02-24 05:19:49 -08:00
|
|
|
test_domrequest.html \
|
2012-12-22 12:13:02 -08:00
|
|
|
test_e4x_for_each.html \
|
2012-03-21 21:10:50 -07:00
|
|
|
test_gsp-standards.html \
|
|
|
|
test_gsp-quirks.html \
|
2012-10-15 11:00:09 -07:00
|
|
|
test_gsp-qualified.html \
|
2012-06-19 16:01:10 -07:00
|
|
|
test_nondomexception.html \
|
2012-06-21 14:59:40 -07:00
|
|
|
test_screen_orientation.html \
|
2012-12-19 16:32:34 -08:00
|
|
|
test_window_constructor.html \
|
2012-11-01 10:51:57 -07:00
|
|
|
test_window_enumeration.html \
|
2013-01-17 09:30:37 -08:00
|
|
|
test_window_indexing.html \
|
2012-12-19 12:57:18 -08:00
|
|
|
test_writable-replaceable.html \
|
2013-02-08 12:25:37 -08:00
|
|
|
test_domcursor.html \
|
2012-02-24 05:19:49 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_CHROME_FILES = \
|
2012-06-29 01:32:21 -07:00
|
|
|
test_bug715041.xul \
|
|
|
|
test_bug715041_removal.xul \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-06-29 01:32:21 -07:00
|
|
|
|