summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2018-01-29 01:27:56 +0200
committerAndres Gomez <agomez@igalia.com>2018-02-06 15:19:34 +0200
commitc4ce2f78d131d0fca7985bd90c60391b71be787b (patch)
tree40bb1ee5f36f3eea901018299db8742fd27fd6dc
parent2e0ef4346c29f45d1444ef0564439653deb4e025 (diff)
tests: update documentation to include GL46 in khr_gl.py
Cc: Kenneth Graunke <kenneth@whitecape.org> Cc: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
-rw-r--r--tests/khr_gl.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/khr_gl.py b/tests/khr_gl.py
index 6a4e845c4..30e28b045 100644
--- a/tests/khr_gl.py
+++ b/tests/khr_gl.py
@@ -21,9 +21,10 @@
"""Piglit integration for the now open sourced Khronos CTS tests being
developed at https://github.com/KhronosGroup/VK-GL-CTS
-By default this will run GL30, GL31, GL32, GL33, GL40, GL41, GL42, GL43, GL44
-and GL45 test cases. Those desiring to run only a subset of them should consider
-using the -t or -x options to include or exclude tests.
+By default this will run GL30, GL31, GL32, GL33, GL40, GL41, GL42,
+GL43, GL44, GL45 and GL46 test cases. Those desiring to run only a
+subset of them should consider using the -t or -x options to include
+or exclude tests.
For example:
./piglit run khr_gl -c foo -t GL30- would run only GL30 tests