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