summaryrefslogtreecommitdiff
path: root/test/negative-stride-image.c
Commit message (Collapse)AuthorAgeFilesLines
* test : Maintain consistency in the usage of xcallocRavi Nanjundappa2014-05-161-1/+1
| | | | | | | | xcalloc is a wrapper for calloc. If it can't allocate memory then it terminates the program. The current changes replace the usages of calloc by xcalloc in tests. Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
* test: Add negative-stride-imageAndrea Canciani2012-01-121-0/+71
Add a test to check that all the backends can handle images with negative stride.