diff options
author | Jakob Bornecrantz <[email protected]> | 2009-06-30 13:34:55 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-30 14:11:29 +0200 |
commit | ba7f45ac0ca3debb2a250d5e945a2d70b2b72d08 (patch) | |
tree | d6eb4473c6cb3c8e56f063136bccb35bea84250e /progs/tests/SConscript | |
parent | f2de2d5f376a868f68a053257f7d6dfcdee6c8ae (diff) |
progs/tests: Add tests for glCompressedTexSubImage
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r-- | progs/tests/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index 9d89ff6a0d0..bd48a6ac805 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -108,6 +108,7 @@ progs = [ 'tex1d', 'texcmp', 'texcompress2', + 'texcompsub', 'texdown', 'texfilt', 'texgenmix', |