[Pixman] [PATCH] test: Rearrange tests in order of increasing runtime
Søren Sandmann
soren.sandmann at gmail.com
Sun Jun 1 15:53:07 PDT 2014
From: Søren Sandmann Pedersen <ssp at redhat.com>
Making short tests run first is convenient to catch obvious bugs
early.
---
test/Makefile.sources | 60 +++++++++++++++++++++++++--------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/test/Makefile.sources b/test/Makefile.sources
index c7f1657..c20c34b 100644
--- a/test/Makefile.sources
+++ b/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
--
1.7.11.7
More information about the Pixman
mailing list