blob: aa8ef48ed90617ae7b0e3cd54796511f04c0d589 [file] [log] [blame]
Courtney Goeltzenleuchter539bf162014-12-08 13:17:04 -07001#!/bin/bash
2#
3# Run all the regression tests
4
Courtney Goeltzenleuchter9cc421e2015-04-08 15:36:08 -06005# vkbase tests that basic VK calls are working (don't return an error).
6./vkbase
Courtney Goeltzenleuchter539bf162014-12-08 13:17:04 -07007
Courtney Goeltzenleuchter9cc421e2015-04-08 15:36:08 -06008# vk_blit_tests test Fill/Copy Memory, Clears, CopyMemoryToImage
9./vk_blit_tests
Courtney Goeltzenleuchter539bf162014-12-08 13:17:04 -070010
Courtney Goeltzenleuchter9cc421e2015-04-08 15:36:08 -060011# vk_image_tests check that image can be allocated and bound.
12./vk_image_tests
Courtney Goeltzenleuchter539bf162014-12-08 13:17:04 -070013
Courtney Goeltzenleuchter9cc421e2015-04-08 15:36:08 -060014#vk_render_tests tests a variety of features using rendered images
Courtney Goeltzenleuchter539bf162014-12-08 13:17:04 -070015# --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
Courtney Goeltzenleuchter9cc421e2015-04-08 15:36:08 -060017./vk_render_tests --compare-images