2018-01-29 22:30:02 +01:00
|
|
|
TESTS = \
|
|
|
|
tests/basics.tests \
|
2018-02-27 03:51:56 +01:00
|
|
|
tests/full-font.tests \
|
2019-06-14 19:49:42 +02:00
|
|
|
tests/cff-full-font.tests \
|
2018-03-02 03:20:00 +01:00
|
|
|
tests/japanese.tests \
|
2019-06-14 19:49:42 +02:00
|
|
|
tests/cff-japanese.tests \
|
2020-04-17 19:41:40 +02:00
|
|
|
tests/cmap14.tests \
|
|
|
|
tests/sbix.tests \
|
|
|
|
tests/colr.tests \
|
|
|
|
tests/cbdt.tests \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DISABLED_TESTS = \
|
2019-05-16 19:57:33 +02:00
|
|
|
tests/layout.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-02-20 22:43:06 +01:00
|
|
|
tests/layout.gsub3.tests \
|
2019-10-01 01:19:18 +02:00
|
|
|
tests/layout.gsub6.tests \
|
2020-02-11 22:05:40 +01:00
|
|
|
tests/layout.gdef.tests \
|
2020-04-24 23:06:13 +02:00
|
|
|
tests/cmap.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)
|