mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29 lines
694 B
Makefile
29 lines
694 B
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_FILES =\
|
|
test_bug462787.html \
|
|
test_bug462789.html \
|
|
test_bug522601.xhtml \
|
|
test_bug536379.html \
|
|
test_bug536379-2.html \
|
|
test_bug557726.html \
|
|
test_bug609549.xhtml \
|
|
test_bug806192.html \
|
|
test_bug856317.html \
|
|
bug856317.css \
|
|
test_isinheritableproperty.html \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|