blob: b47f88883c884ba56aeeeb20ced0b2dc44018e40 [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
Jeremy Hayesab9804d2016-06-30 10:13:35 -060010./run_loader_tests.sh
Jon Ashburn8c7e6a32016-04-28 17:21:08 -060011
Tobin Ehlisc251bdb2015-10-27 16:42:24 -060012# Verify that validation checks in source match documentation
Tobin Ehlisb8fe10d2017-06-20 14:16:15 -060013./vkvalidatelayerdoc.sh terse_mode
Tobin Ehlisc251bdb2015-10-27 16:42:24 -060014
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