blob: cb3acbaca0006b800911caaafa17223e6a0d0f6e [file] [log] [blame]
# Be sure to run "Set-ExecutionPolicy RemoteSigned" before running powershell scripts
Param([switch]$Debug)
if ($Debug) {
$dPath = "Debug"
} else {
$dPath = "Release"
}
Set-Item -path env:Path -value ($env:Path + ";..\loader\$dPath")
Set-Item -path env:Path -value ($env:Path + ";gtest-1.7.0\$dPath")
$env:VK_LAYER_PATH = "..\layers\$dPath"
& $dPath\vk_layer_validation_tests
.\vkvalidatelayerdoc.ps1