blob: 8cf691e2676a3c01afa8f658240e40e766ed6ae8 [file] [log] [blame]
Courtney Goeltzenleuchter539bf162014-12-08 13:17:04 -07001#!/bin/bash
2#
3# Run all the regression tests
Chris Forbes9dfff2c2015-05-25 11:13:03 +12004cd $(dirname "$0")
Courtney Goeltzenleuchter539bf162014-12-08 13:17:04 -07005
Cody Northropc8a71662015-05-14 15:26:07 -06006# Halt on error
7set -e
8
Jon Ashburnc8c23302016-04-28 17:21:08 -06009#Verify that the loader is working
Jeremy Hayesde2b7232016-06-30 10:13:35 -060010./run_loader_tests.sh
Jon Ashburnc8c23302016-04-28 17:21:08 -060011
Tobin Ehlisb898f4d2015-10-27 16:42:24 -060012# Verify that validation checks in source match documentation
13./vkvalidatelayerdoc.sh
14
Tony Barbour0c1bdc62015-04-29 17:34:29 -060015# vk_layer_validation_tests check to see that validation layers will
16# catch the errors that they are supposed to by intentionally doing things
17# that are wrong
18./vk_layer_validation_tests