summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2017-09-23 01:32:00 -0400
committerRhys Kidd <rhyskidd@gmail.com>2017-12-23 07:59:56 +0800
commit04eb922d4d9d8bb40b68bb975b42ced509d165ae (patch)
tree20673482f5d51da97d45ba48f7bc2fb4c9e96493 /completions
parent51aa3df653d60bf2109904f8ebf71a0e89e10b48 (diff)
completions/bash: Update list of profile completions to match on
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/piglit9
1 files changed, 5 insertions, 4 deletions
diff --git a/completions/bash/piglit b/completions/bash/piglit
index 330bfd162..08d7b2768 100644
--- a/completions/bash/piglit
+++ b/completions/bash/piglit
@@ -50,10 +50,11 @@ __piglit_run() {
local with_args=("-f" "--config" "-b" "--backend" "--junit_suffix"
"-l" "--log-level" "--test-list" "-n" "--name"
"-p" "--platform")
- local profiles=("all" "cl" "cpu" "cts" "deqp_gles2" "deqp_gles3"
- "deqp_gles31" "glslparser" "gpu" "igt" "llvmpipe"
- "oglconform" "quick_cl" "quick" "sanity" "shader"
- "xts" "xts-render")
+ local profiles=("all" "cl" "cpu" "cts_gl" "cts_gl45" "cts_gles" "deqp_egl"
+ "deqp_gles2" "deqp_gles3" "deqp_gles31" "deqp_vk"
+ "es3conform" "glslparser" "gpu" "igt" "khr_gl" "khr_gl45"
+ "llvmpipe" "no_error" "oglconform" "quick" "quick_cl"
+ "sanity" "shader" "xts" "xts-render")
# If the argument begins with - then just show the -* options
if [[ "$cur" == -* ]]; then