mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
40 lines
1014 B
Makefile
40 lines
1014 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
|
|
|
|
XPCSHELL_TESTS = unit
|
|
|
|
MOCHITEST_BROWSER_FILES = \
|
|
browser_browser_basic.js \
|
|
browser_promise_basic.js \
|
|
browser_require_basic.js \
|
|
browser_templater_basic.js \
|
|
browser_toolbar_basic.js \
|
|
browser_toolbar_tooltip.js \
|
|
browser_toolbar_webconsole_errors_count.js \
|
|
browser_layoutHelpers.js \
|
|
browser_eventemitter_basic.js \
|
|
head.js \
|
|
helpers.js \
|
|
leakhunt.js \
|
|
$(NULL)
|
|
|
|
MOCHITEST_BROWSER_FILES += \
|
|
browser_templater_basic.html \
|
|
browser_toolbar_basic.html \
|
|
browser_toolbar_webconsole_errors_count.html \
|
|
browser_layoutHelpers.html \
|
|
browser_layoutHelpers_iframe.html \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|