summaryrefslogtreecommitdiff
path: root/test/Makefile.sources
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-09-20 18:41:33 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-09-22 23:41:19 -0400
commit550dfc5e7ecd5b099c1009d77c56cb91a62caeb1 (patch)
tree054c708a2df461f01f2577acae8a45ffe0cf86b1 /test/Makefile.sources
parent2ab77c97a5a3a816d6383bdc3b6c8bdceb0383b7 (diff)
downloadpixman-550dfc5e7ecd5b099c1009d77c56cb91a62caeb1.tar.gz
Add rotate-test.c test program
This program exercises a bug in pixman-image.c where "-1" and "1" were used instead of the correct "- pixman_fixed_1" and "pixman_fixed_1". With the fast implementation enabled: % ./rotate-test rotate test failed! (checksum=35A01AAB, expected 03A24D51) Without it: % env PIXMAN_DISABLE=fast ./rotate-test pixman: Disabled fast implementation rotate test passed (checksum=03A24D51) V2: The first version didn't have lcg_srand (testnum) in test_transform().
Diffstat (limited to 'test/Makefile.sources')
-rw-r--r--test/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.sources b/test/Makefile.sources
index fad8c6f..3e37e32 100644
--- a/test/Makefile.sources
+++ b/test/Makefile.sources
@@ -5,6 +5,7 @@ TESTPROGRAMS = \
region-test \
region-translate-test \
fetch-test \
+ rotate-test \
oob-test \
trap-crasher \
alpha-loop \