blob: 396722defdeb9a838420c56259a058b1419d13c2 [file] [log] [blame]
Courtney Goeltzenleuchter2953ed32014-12-08 13:17:04 -07001#!/bin/bash
2#
3# Run all the regression tests
Chris Forbesd8eb5812015-05-25 11:13:03 +12004cd $(dirname "$0")
Courtney Goeltzenleuchter2953ed32014-12-08 13:17:04 -07005
Cody Northropb11acd02015-05-14 15:26:07 -06006# Halt on error
7set -e
8
Tony Barbour15524c32015-04-29 17:34:29 -06009# vk_layer_validation_tests check to see that validation layers will
10# catch the errors that they are supposed to by intentionally doing things
11# that are wrong
12./vk_layer_validation_tests