2013-06-12 01:41:21 +00: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@
|
|
|
|
|
|
|
|
relativesrcdir = @relativesrcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MOCHITEST_FILES = \
|
2013-07-11 20:40:36 +00:00
|
|
|
test_promise.html \
|
2013-06-12 01:41:22 +00:00
|
|
|
test_resolve.html \
|
2013-06-26 13:44:21 +00:00
|
|
|
test_bug883683.html \
|
2013-06-12 01:41:21 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|