summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnuj Phogat <anuj.phogat@gmail.com>2014-08-14 11:54:36 -0700
committerAnuj Phogat <anuj.phogat@gmail.com>2014-08-14 12:02:16 -0700
commitc14f3a6734391a8a1c65e54413e7874b9e86ab5e (patch)
tree4f614a8389da8c072e27bacbe34daa8f67c26963
parentf51d966f0610721a0947619950f43ddd4d29d42d (diff)
Add texsubimage-depth-formats test to all.py
Missed this while adding the test in commit 90a532b. Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
-rw-r--r--tests/all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index 0f69a66df..12f57c81c 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -748,6 +748,7 @@ add_concurrent_test(gl11, 'sized-texture-format-channels')
add_plain_test(gl11, 'streaming-texture-leak')
add_plain_test(gl11, 'texredefine')
add_plain_test(gl11, 'texsubimage')
+add_plain_test(gl11, 'texsubimage-depth-formats')
add_plain_test(gl11, 'texture-al')
add_concurrent_test(gl11, 'triangle-guardband-viewport')
add_concurrent_test(gl11, 'getteximage-targets 1D')