MIPS: DSPr2: Added mips_dspr2_blt and mips_dspr2_fill routines.
[profile/ivi/pixman.git] / test / Makefile.sources
1 # Tests (sorted by expected completion time)
2 TESTPROGRAMS =                  \
3         a1-trap-test            \
4         pdf-op-test             \
5         region-test             \
6         region-translate-test   \
7         fetch-test              \
8         oob-test                \
9         trap-crasher            \
10         alpha-loop              \
11         scaling-crash-test      \
12         scaling-helpers-test    \
13         gradient-crash-test     \
14         region-contains-test    \
15         alphamap                \
16         stress-test             \
17         composite-traps-test    \
18         blitters-test           \
19         scaling-test            \
20         affine-test             \
21         composite               \
22         $(NULL)
23
24 # Benchmarks
25 BENCHMARKS =                    \
26         lowlevel-blt-bench      \
27         $(NULL)
28
29 # Utility functions
30 libutils_sources =              \
31         utils.c                 \
32         $(NULL)
33
34 libutils_headers =              \
35         utils.h                 \
36         $(NULL)