2007-03-22 10:30:00 -07:00
|
|
|
#
|
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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2010-08-26 14:47:28 -07:00
|
|
|
relativesrcdir = dom/tests
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2007-11-13 02:35:49 -08:00
|
|
|
MODULE = test_dom
|
|
|
|
|
2009-12-11 21:17:40 -08:00
|
|
|
DIRS += mochitest \
|
|
|
|
$(NULL)
|
2007-11-13 02:35:49 -08:00
|
|
|
XPCSHELL_TESTS = unit
|
|
|
|
|
2010-06-09 16:29:44 -07:00
|
|
|
ifneq (mobile,$(MOZ_BUILD_APP))
|
2010-09-03 19:20:09 -07:00
|
|
|
DIRS += browser
|
2010-05-27 13:01:37 -07:00
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|