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/Makefile | |
parent | f2de2d5f376a868f68a053257f7d6dfcdee6c8ae (diff) |
progs/tests: Add tests for glCompressedTexSubImage
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 7604b227887..f74a4085234 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -83,6 +83,7 @@ SOURCES = \ subtexrate.c \ tex1d.c \ texcompress2.c \ + texcompsub.c \ texdown \ texfilt.c \ texline.c \ |