summaryrefslogtreecommitdiff
path: root/test/Makefile.sources
blob: c9c6c4d02fd3112625761c0d2001bdd454866a7c (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/utils.c		\
	utils/utils-prng.c	\
	$(NULL)

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