blob: fcd0412ec68c0441d769a7db2d439180edde1601 [file] [log] [blame]
Courtney Goeltzenleuchter2953ed32014-12-08 13:17:04 -07001#!/bin/bash
2#
3# Run all the regression tests
4
5# xglbase tests that basic XGL calls are working (don't return an error).
6./xglbase
7
8# xgl_blit_tests test Fill/Copy Memory, Clears, CopyMemoryToImage
9./xgl_blit_tests
10
11# xgl_image_tests check that image can be allocated and bound.
12./xgl_image_tests
13
14#xgl_render_tests tests a variety of features using rendered images
15# --compare-images will cause the test to check the resulting image against
16# a saved "golden" image and will report an error if there is any difference
17./xgl_render_tests --compare-images