New test of pixman_region_contains_{rectangle,point}
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 2 Aug 2011 05:32:15 +0000 (01:32 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 11 Aug 2011 07:32:14 +0000 (03:32 -0400)
commit795ec5af2fc86fb0ebeca9ce82913d6002267a12
tree4d9c5b636bc8367412ec3574e52c7842f794995e
parent842591d9d12a24a9a06308ae03996153c5a99e64
New test of pixman_region_contains_{rectangle,point}

This test generates random regions and checks whether random boxes and
points are contained within them. The results are combined and a CRC32
value is computed and compared to a known-correct one.
test/Makefile.am
test/region-contains-test.c [new file with mode: 0644]
test/utils.c
test/utils.h