Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
Vulkan-Loader
/
dc8c425663b65696ebf900c87034fe51c0761f41
/
.
/
tests
/
run_all_tests.sh
blob: c2bb740ed64d13497851f0d24fead29f200627a5 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Run all the regression tests
cd $
(
dirname
"$0"
)
# Halt on error
set
-
e
# Verify that the loader is working
./
run_loader_tests
.
sh
./
run_extra_loader_tests
.
sh