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