summaryrefslogtreecommitdiff
path: root/progs/tests/SConscript
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-06-30 13:34:55 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-06-30 14:11:29 +0200
commitba7f45ac0ca3debb2a250d5e945a2d70b2b72d08 (patch)
treed6eb4473c6cb3c8e56f063136bccb35bea84250e /progs/tests/SConscript
parentf2de2d5f376a868f68a053257f7d6dfcdee6c8ae (diff)
progs/tests: Add tests for glCompressedTexSubImage
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r--progs/tests/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript
index 9d89ff6a0d..bd48a6ac80 100644
--- a/progs/tests/SConscript
+++ b/progs/tests/SConscript
@@ -108,6 +108,7 @@ progs = [
'tex1d',
'texcmp',
'texcompress2',
+ 'texcompsub',
'texdown',
'texfilt',
'texgenmix',