2018-01-29 22:30:02 +01:00
|
|
|
TESTS = \
|
|
|
|
tests/basics.tests \
|
2020-06-11 23:08:16 +02:00
|
|
|
tests/cbdt.tests \
|
2019-06-14 19:49:42 +02:00
|
|
|
tests/cff-full-font.tests \
|
|
|
|
tests/cff-japanese.tests \
|
2020-04-23 00:58:41 +02:00
|
|
|
tests/cmap.tests \
|
2020-04-17 19:41:40 +02:00
|
|
|
tests/cmap14.tests \
|
|
|
|
tests/colr.tests \
|
2020-06-11 23:08:16 +02:00
|
|
|
tests/full-font.tests \
|
|
|
|
tests/japanese.tests \
|
|
|
|
tests/layout.context.tests \
|
|
|
|
tests/layout.gdef-attachlist.tests \
|
|
|
|
tests/layout.gdef-varstore.tests \
|
|
|
|
tests/layout.gdef.tests \
|
2019-07-03 01:30:57 +02:00
|
|
|
tests/layout.gpos.tests \
|
2019-09-17 20:10:08 +02:00
|
|
|
tests/layout.gpos2.tests \
|
2019-09-19 01:11:44 +02:00
|
|
|
tests/layout.gpos3.tests \
|
2020-02-04 22:24:37 +01:00
|
|
|
tests/layout.gpos4.tests \
|
2020-02-06 00:29:03 +01:00
|
|
|
tests/layout.gpos6.tests \
|
2020-05-21 03:00:25 +02:00
|
|
|
tests/layout.gpos8.tests \
|
2020-02-20 22:43:06 +01:00
|
|
|
tests/layout.gsub3.tests \
|
2019-10-01 01:19:18 +02:00
|
|
|
tests/layout.gsub6.tests \
|
2020-06-11 23:08:16 +02:00
|
|
|
tests/layout.tests \
|
|
|
|
tests/sbix.tests \
|
2018-01-29 22:31:49 +01:00
|
|
|
$(NULL)
|
2018-01-29 22:30:02 +01:00
|
|
|
|
|
|
|
XFAIL_TESTS = \
|
2018-01-29 22:31:49 +01:00
|
|
|
$(NULL)
|
2018-01-29 22:30:02 +01:00
|
|
|
|
|
|
|
DISABLED_TESTS = \
|
|
|
|
$(NULL)
|