23 lines
417 B
Makefile
23 lines
417 B
Makefile
TESTS = \
|
|
tests/basics.tests \
|
|
tests/full-font.tests \
|
|
tests/cff-full-font.tests \
|
|
tests/japanese.tests \
|
|
tests/cff-japanese.tests \
|
|
tests/layout.tests \
|
|
tests/layout.gpos.tests \
|
|
tests/layout.gpos2.tests \
|
|
tests/layout.gpos3.tests \
|
|
tests/layout.gsub6.tests \
|
|
tests/cmap14.tests \
|
|
tests/sbix.tests \
|
|
tests/colr.tests \
|
|
tests/cbdt.tests \
|
|
$(NULL)
|
|
|
|
XFAIL_TESTS = \
|
|
$(NULL)
|
|
|
|
DISABLED_TESTS = \
|
|
$(NULL)
|