Skip to content
Commit 221d9246 authored by Neil Roberts's avatar Neil Roberts
Browse files

framework: Add a vulkan tests profile



This searches for files named *.vk_shader_test in the tests/vulkan
directory and runs them with VkRunner. VkRunner is executed as an
external dependency. It is found either with the vkrunner:bin config
option, by setting the PIGLIT_VKRUNNER_BINARY environment variable, or
just in the search path.

v2: Move VkShaderTest to piglit_test.py and rename to VkRunnerTest.
    Add future imports. Remove unused import.
v3: Support the PIGLIT_VKRUNNER_BINARY variable to specify the
    location of VkRunner.
v4: Add documentation to the README. Add an option in piglit.conf to
    set the binary location. (Suggested by Samuel Iglesias)

Reviewed-by: default avatarSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: default avatarDylan Baker <dylan@pnwbakers.com>
parent 8fc34a6e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment