mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
72 lines
1.8 KiB
Makefile
72 lines
1.8 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_CHROME_FILES = \
|
|
test_bug448587.xul \
|
|
test_bug484459.xul \
|
|
test_bug500931.xul \
|
|
bug503926.xul \
|
|
test_bug503926.xul \
|
|
test_bug517163.xul \
|
|
test_bug533596.xul \
|
|
test_bug571849.xul \
|
|
test_bug596580.xul \
|
|
test_bug601803.xul \
|
|
test_bug610390.xul \
|
|
test_bug614757.xul \
|
|
test_bug616992.xul \
|
|
test_bug618176.xul \
|
|
file_bug618176.xul \
|
|
test_bug654370.xul \
|
|
test_bug658560.xul \
|
|
test_bug664689.xul \
|
|
test_bug679861.xul \
|
|
test_bug706301.xul \
|
|
test_bug726949.xul \
|
|
test_bug738244.xul \
|
|
test_bug743843.xul \
|
|
test_bug760076.xul \
|
|
test_bug760109.xul \
|
|
test_bug763343.xul \
|
|
test_bug771429.xul \
|
|
test_bug773962.xul \
|
|
test_APIExposer.xul \
|
|
test_chrometoSource.xul \
|
|
outoflinexulscript.js \
|
|
subscript.js \
|
|
test_cows.xul \
|
|
test_documentdomain.xul \
|
|
test_doublewrappedcompartments.xul \
|
|
test_evalInSandbox.xul \
|
|
file_evalInSandbox.html \
|
|
test_exnstack.xul \
|
|
test_expandosharing.xul \
|
|
file_expandosharing.jsm \
|
|
test_getweakmapkeys.xul \
|
|
test_mozMatchesSelector.xul \
|
|
test_nodelists.xul \
|
|
test_precisegc.xul \
|
|
test_sandboxImport.xul \
|
|
test_weakmaps.xul \
|
|
test_weakref.xul \
|
|
test_wrappers.xul \
|
|
$(NULL)
|
|
|
|
# Disabled until this test gets updated to test the new proxy based
|
|
# wrappers.
|
|
# test_wrappers-2.xul \
|
|
|
|
# Disabled due to apparent conservative stack scanner false positives on Linux64 debug.
|
|
# test_watchpoints.xul \
|
|
|
|
include $(topsrcdir)/config/rules.mk
|