blob: 1b932870a719984a5d29391de7d8d853bb199342 [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
Jon Ashburn8c7e6a32016-04-28 17:21:08 -06009#Verify that the loader is working
10./vk_loader_validation_tests
11
Tobin Ehlisc251bdb2015-10-27 16:42:24 -060012# Verify that validation checks in source match documentation
13./vkvalidatelayerdoc.sh
14
Tony Barbour15524c32015-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
David Pinedo4e886bf2015-06-30 15:37:50 -060019