mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d543e765a5
--HG-- rename : layout/base/tests/chrome/paint_listener.js => testing/mochitest/tests/SimpleTest/paint_listener.js
31 lines
846 B
Makefile
31 lines
846 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
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
_SIMPLETEST_FILES = LogController.js \
|
|
SimpleTest.js \
|
|
test.css \
|
|
TestRunner.js \
|
|
setup.js \
|
|
EventUtils.js \
|
|
ChromeUtils.js \
|
|
WindowSnapshot.js \
|
|
MockObjects.js \
|
|
NativeKeyCodes.js \
|
|
paint_listener.js \
|
|
$(DEPTH)/testing/specialpowers/content/MozillaLogger.js \
|
|
$(DEPTH)/docshell/test/chrome/docshell_helpers.js \
|
|
$(NULL)
|
|
|
|
libs:: $(_SIMPLETEST_FILES)
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/$(relativesrcdir)
|
|
|