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 \
|
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 \
|
2019-10-01 01:19:18 +02:00
|
|
|
tests/layout.gsub6.tests \
|
2019-08-21 23:24:33 +02:00
|
|
|
tests/cmap14.tests \
|
2020-01-09 16:44:20 +01:00
|
|
|
tests/sbix.tests \
|
2020-01-24 14:52:23 +01:00
|
|
|
tests/colr.tests \
|
2020-01-21 19:35:43 +01:00
|
|
|
tests/cbdt.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)
|