mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
|
|
|
|
DEPTH := @DEPTH@
|
|
|
|
topsrcdir := @top_srcdir@
|
|
srcdir := @srcdir@
|
|
VPATH := @srcdir@
|
|
relativesrcdir := @relativesrcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MOCHITEST_FILES := \
|
|
test_bufferSubData.html \
|
|
test_compressedTexImage2D.html \
|
|
test_compressedTexSubImage2D.html \
|
|
test_texImage2D.html \
|
|
test_texSubImage2D.html \
|
|
test_uniformMatrixNfv.html \
|
|
common.js \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|