File: Makefile.sources

package info (click to toggle)
harfbuzz 6.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 109,068 kB
  • sloc: cpp: 91,977; ansic: 18,134; sh: 4,651; xml: 4,528; python: 4,087; makefile: 1,171
file content (66 lines) | stat: -rw-r--r-- 1,785 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
TESTS = \
	tests/32bit_var_store.tests \
	tests/basics.tests \
	tests/cbdt.tests \
	tests/cff-full-font.tests \
	tests/cff-japanese.tests \
	tests/cff.notoserifmyanmar.tests \
	tests/cmap.tests \
	tests/cmap14.tests \
	tests/colr.tests \
	tests/colr_glyphs.tests \
	tests/colrv1.tests \
	tests/colr_with_components.tests \
	tests/full-font.tests \
	tests/glyf_bug_3131.tests \
	tests/japanese.tests \
	tests/layout.context.tests \
	tests/layout.context_format2.tests \
	tests/layout.gdef-attachlist.tests \
	tests/layout.gdef-varstore.tests \
	tests/layout.gdef.tests \
	tests/layout.gdef.glyphset.tests \
	tests/layout.gpos.tests \
	tests/layout.gpos2.tests \
	tests/layout.gpos3.tests \
	tests/layout.gpos4.tests \
	tests/layout.gpos5.tests \
	tests/layout.gpos6.tests \
	tests/layout.gpos8.tests \
	tests/layout.gpos8.amiri.tests \
	tests/layout.gpos9.tests \
	tests/layout.gsub3.tests \
	tests/layout.gsub5.tests \
	tests/layout.gsub5_format2.tests \
	tests/layout.gsub6.tests \
	tests/layout.gsub8.tests \
	tests/layout.khmer.tests \
	tests/layout.notonastaliqurdu.tests \
	tests/layout.tests \
	tests/layout.tinos.tests \
	tests/layout.duplicate_features.tests \
	tests/layout.unsorted_featurelist.tests \
	tests/layout.drop_feature.tests \
        tests/sbix.tests \
	tests/variable.tests \
	tests/glyph_names.tests \
	tests/math.tests \
	tests/math_coverage_offset.tests \
	tests/post.tests \
	tests/full_instance.tests \
	tests/instance_feature_variations.tests \
	tests/instantiate_glyf.tests \
	tests/pin_all_at_default.tests \
	$(NULL)

# TODO: re-enable once colrv1 subsetting is stabilized.
#	tests/colrv1.notoemoji.tests
#	tests/colrv1.tests


XFAIL_TESTS = \
	$(NULL)

# Disabled because instancing is only available w/ experimental API on.
DISABLED_TESTS = \
	$(NULL)