| Courtney Goeltzenleuchter | 2953ed3 | 2014-12-08 13:17:04 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # |
| 3 | # Run all the regression tests |
| Chris Forbes | d8eb581 | 2015-05-25 11:13:03 +1200 | [diff] [blame] | 4 | cd $(dirname "$0") |
| Courtney Goeltzenleuchter | 2953ed3 | 2014-12-08 13:17:04 -0700 | [diff] [blame] | 5 | |
| Cody Northrop | b11acd0 | 2015-05-14 15:26:07 -0600 | [diff] [blame] | 6 | # Halt on error |
| 7 | set -e |
| 8 | |
| Tony Barbour | 15524c3 | 2015-04-29 17:34:29 -0600 | [diff] [blame] | 9 | # 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 |