• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Tests (sorted by expected completion time)
2TESTPROGRAMS =			      \
3	oob-test		      \
4	infinite-loop		      \
5	trap-crasher		      \
6	fence-image-self-test	      \
7	region-translate-test	      \
8	fetch-test		      \
9	a1-trap-test		      \
10	prng-test		      \
11	radial-invalid		      \
12	pdf-op-test		      \
13	region-test		      \
14	combiner-test		      \
15	scaling-crash-test	      \
16	alpha-loop		      \
17	scaling-helpers-test	      \
18	thread-test		      \
19	rotate-test		      \
20	alphamap		      \
21	gradient-crash-test	      \
22	pixel-test		      \
23	matrix-test		      \
24	filter-reduction-test         \
25	composite-traps-test	      \
26	region-contains-test	      \
27	glyph-test		      \
28	solid-test		      \
29	stress-test		      \
30	cover-test		      \
31	blitters-test		      \
32	affine-test		      \
33	scaling-test		      \
34	composite		      \
35	tolerance-test		      \
36	$(NULL)
37
38# Other programs
39OTHERPROGRAMS =                 \
40	lowlevel-blt-bench	\
41	radial-perf-test	\
42        check-formats           \
43	scaling-bench		\
44	affine-bench            \
45	$(NULL)
46
47# Utility functions
48libutils_sources =		\
49	utils.c			\
50	utils-prng.c		\
51	$(NULL)
52
53libutils_headers =		\
54	utils.h			\
55	utils-prng.h		\
56	$(NULL)
57