mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29 lines
508 B
Makefile
29 lines
508 B
Makefile
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
relativesrcdir = dom/imptests/editing
|
|
|
|
DIRS = \
|
|
css \
|
|
conformancetest \
|
|
selecttest \
|
|
$(NULL)
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
_TESTS = \
|
|
$(NULL)
|
|
|
|
_TESTS += \
|
|
implementation.js \
|
|
tests.js \
|
|
$(NULL)
|
|
|
|
libs:: $(_TESTS)
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|