mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
36 lines
1.3 KiB
Makefile
36 lines
1.3 KiB
Makefile
# 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_BROWSER_FILES = \
|
|
head.js \
|
|
browser_head.js \
|
|
browser_pass.js \
|
|
browser_async.js \
|
|
browser_privileges.js \
|
|
browser_popupNode.js \
|
|
browser_popupNode_check.js \
|
|
browser_sanityException.js \
|
|
browser_sanityException2.js \
|
|
$(NULL)
|
|
# Disabled, these are only good for testing the harness' failure reporting
|
|
# browser_zz_fail_openwindow.js \
|
|
# browser_fail.js \
|
|
# browser_fail_async_throw.js \
|
|
# browser_fail_fp.js \
|
|
# browser_fail_pf.js \
|
|
# browser_fail_throw.js \
|
|
# browser_fail_timeout.js \
|
|
# Disabled because it would take too long, useful to check functionality though.
|
|
# browser_requestLongerTimeout.js \
|
|
|
|
include $(topsrcdir)/config/rules.mk
|