diff options
author | sanine <sanine.not@pm.me> | 2022-10-12 13:26:36 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-10-12 13:26:36 -0500 |
commit | f567ea1e2798fd3156a416e61f083ea3e6b95719 (patch) | |
tree | 53b51bda93aadf9dd13fcd77635b8c4b5c813768 /libs/pixman-0.40.0/test/Makefile.sources | |
parent | 530ffd0b7d3c39757b20f00716e486b5caf89aff (diff) |
add pixman and libpngraylib
Diffstat (limited to 'libs/pixman-0.40.0/test/Makefile.sources')
-rw-r--r-- | libs/pixman-0.40.0/test/Makefile.sources | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/libs/pixman-0.40.0/test/Makefile.sources b/libs/pixman-0.40.0/test/Makefile.sources new file mode 100644 index 0000000..0a56231 --- /dev/null +++ b/libs/pixman-0.40.0/test/Makefile.sources @@ -0,0 +1,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) |