summaryrefslogtreecommitdiff
path: root/libs/pixman-0.40.0/test/Makefile.sources
blob: 0a5623165b97b016dd0b86126e4e6006e8aaa894 (plain)
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
# Tests (sorted by expected completion time)
TESTPROGRAMS =			      \
	oob-test		      \
	infinite-loop		      \
	trap-crasher		      \
	fence-image-self-test	      \
	region-translate-test	      \
	fetch-test		      \
	a1-trap-test		      \
	prng-test		      \
	radial-invalid		      \
	pdf-op-test		      \
	region-test		      \
	combiner-test		      \
	scaling-crash-test	      \
	alpha-loop		      \
	scaling-helpers-test	      \
	thread-test		      \
	rotate-test		      \
	alphamap		      \
	gradient-crash-test	      \
	pixel-test		      \
	matrix-test		      \
	filter-reduction-test         \
	composite-traps-test	      \
	region-contains-test	      \
	glyph-test		      \
	solid-test		      \
	stress-test		      \
	cover-test		      \
	blitters-test		      \
	affine-test		      \
	scaling-test		      \
	composite		      \
	tolerance-test		      \
	$(NULL)

# Other programs
OTHERPROGRAMS =                 \
	lowlevel-blt-bench	\
	radial-perf-test	\
        check-formats           \
	scaling-bench		\
	affine-bench            \
	$(NULL)

# Utility functions
libutils_sources =		\
	utils.c			\
	utils-prng.c		\
	$(NULL)

libutils_headers =		\
	utils.h			\
	utils-prng.h		\
	$(NULL)