2012-03-29 21:08:43 +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/.
|
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2012-03-29 21:08:43 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-04-14 13:05:48 +00:00
|
|
|
relativesrcdir = dom/imported-tests
|
2012-03-29 21:08:43 +00:00
|
|
|
|
|
|
|
DIRS = \
|
2012-05-07 05:54:55 +00:00
|
|
|
failures/editing/conformancetest \
|
|
|
|
failures/editing/selecttest \
|
2012-06-04 23:49:57 +00:00
|
|
|
failures/html/tests/submission/Opera/microdata \
|
2012-06-21 07:11:07 +00:00
|
|
|
failures/webapps/DOMCore/tests/approved \
|
2012-08-04 07:43:59 +00:00
|
|
|
failures/webapps/DOMCore/tests/submissions/Ms2ger \
|
2012-06-21 07:11:07 +00:00
|
|
|
failures/webapps/DOMCore/tests/submissions/Opera \
|
|
|
|
failures/webapps/WebStorage/tests/submissions/Infraware \
|
|
|
|
failures/webapps/WebStorage/tests/submissions/Ms2ger \
|
2012-06-21 07:11:07 +00:00
|
|
|
failures/webapps/XMLHttpRequest/tests/submissions/Ms2ger \
|
2012-03-29 21:08:43 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2012-05-07 05:54:55 +00:00
|
|
|
include $(srcdir)/editing.mk
|
2012-03-29 21:09:00 +00:00
|
|
|
include $(srcdir)/html.mk
|
2012-03-29 21:09:02 +00:00
|
|
|
include $(srcdir)/webapps.mk
|
2012-03-29 21:08:43 +00:00
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
_SUPPORT_FILES = \
|
|
|
|
testharness.js \
|
|
|
|
testharnessreport.js \
|
|
|
|
testharness.css \
|
|
|
|
idlharness.js \
|
|
|
|
WebIDLParser.js \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_SUPPORT_FILES)
|
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/resources
|