• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2#
3# Run all the regression tests
4cd $(dirname "$0")
5
6# Halt on error
7set -e
8
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
13