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 (95 lines) | stat: -rw-r--r-- 2,092 bytes parent folder | download | duplicates (3)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
TESTS = \
	tests/AVAR-1.tests \
	tests/CFF-1.tests \
	tests/CFF-2.tests \
	tests/CFF2-1.tests \
	tests/CMAP-1.tests \
	tests/CMAP-2.tests \
	tests/CVAR-1.tests \
	tests/CVAR-2.tests \
	tests/GLYF-1.tests \
	tests/GPOS-1.tests \
	tests/GPOS-2.tests \
	tests/GPOS-3.tests \
	tests/GPOS-4.tests \
	tests/GPOS-5.tests \
	tests/GSUB-1.tests \
	tests/GSUB-2.tests \
	tests/GSUB-3.tests \
	tests/GVAR-1.tests \
	tests/GVAR-2.tests \
	tests/GVAR-3.tests \
	tests/GVAR-4.tests \
	tests/GVAR-5.tests \
	tests/GVAR-6.tests \
	tests/GVAR-7.tests \
	tests/GVAR-8.tests \
	tests/GVAR-9.tests \
	tests/HVAR-1.tests \
	tests/HVAR-2.tests \
	tests/KERN-1.tests \
	tests/KERN-2.tests \
	tests/MORX-1.tests \
	tests/MORX-10.tests \
	tests/MORX-11.tests \
	tests/MORX-12.tests \
	tests/MORX-13.tests \
	tests/MORX-14.tests \
	tests/MORX-16.tests \
	tests/MORX-17.tests \
	tests/MORX-18.tests \
	tests/MORX-19.tests \
	tests/MORX-2.tests \
	tests/MORX-20.tests \
	tests/MORX-21.tests \
	tests/MORX-22.tests \
	tests/MORX-23.tests \
	tests/MORX-24.tests \
	tests/MORX-25.tests \
	tests/MORX-26.tests \
	tests/MORX-27.tests \
	tests/MORX-28.tests \
	tests/MORX-29.tests \
	tests/MORX-3.tests \
	tests/MORX-30.tests \
	tests/MORX-31.tests \
	tests/MORX-32.tests \
	tests/MORX-33.tests \
	tests/MORX-34.tests \
	tests/MORX-35.tests \
	tests/MORX-36.tests \
	tests/MORX-37.tests \
	tests/MORX-38.tests \
	tests/MORX-39.tests \
	tests/MORX-4.tests \
	tests/MORX-40.tests \
	tests/MORX-41.tests \
	tests/MORX-5.tests \
	tests/MORX-6.tests \
	tests/MORX-7.tests \
	tests/MORX-8.tests \
	tests/MORX-9.tests \
	tests/SFNT-1.tests \
	tests/SFNT-2.tests \
	tests/SHBALI-3.tests \
	tests/SHKNDA-1.tests \
	$(NULL)

DISBALED_TESTS = \
	tests/CMAP-3.tests \
	tests/SHARAN-1.tests \
	tests/SHBALI-1.tests \
	tests/SHBALI-2.tests \
	tests/SHKNDA-2.tests \
	tests/SHKNDA-3.tests \
	tests/SHLANA-1.tests \
	tests/SHLANA-10.tests \
	tests/SHLANA-2.tests \
	tests/SHLANA-3.tests \
	tests/SHLANA-4.tests \
	tests/SHLANA-5.tests \
	tests/SHLANA-6.tests \
	tests/SHLANA-7.tests \
	tests/SHLANA-8.tests \
	tests/SHLANA-9.tests \
	$(NULL)