diff options
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/test/Makefile.sources | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/pixman/test/Makefile.sources b/pixman/test/Makefile.sources index c7f165730..c20c34b17 100644 --- a/pixman/test/Makefile.sources +++ b/pixman/test/Makefile.sources @@ -1,34 +1,34 @@ # Tests (sorted by expected completion time) -TESTPROGRAMS = \ - prng-test \ - a1-trap-test \ - radial-invalid \ - pdf-op-test \ - region-test \ - region-translate-test \ - combiner-test \ - pixel-test \ - fetch-test \ - rotate-test \ - oob-test \ - infinite-loop \ - trap-crasher \ - alpha-loop \ - thread-test \ - scaling-crash-test \ - scaling-helpers-test \ - gradient-crash-test \ - region-contains-test \ - alphamap \ - matrix-test \ - stress-test \ - composite-traps-test \ - blitters-test \ - glyph-test \ - scaling-test \ - affine-test \ - composite \ - tolerance-test \ +TESTPROGRAMS = \ + oob-test \ + infinite-loop \ + trap-crasher \ + 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 \ + composite-traps-test \ + region-contains-test \ + glyph-test \ + stress-test \ + blitters-test \ + affine-test \ + scaling-test \ + composite \ + tolerance-test \ $(NULL) # Other programs |