diff options
author | Ian Romanick <[email protected]> | 2004-11-04 22:32:41 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-11-04 22:32:41 +0000 |
commit | cb7f212f934fcc21f2985b24a87833bb24b224ac (patch) | |
tree | 4baae26e44a8ed937ea826d99e39643f62fa9bbf /progs/tests/Makefile | |
parent | 473fe6d6bfe039c27f0f1751dbdb9d49fe83ecb0 (diff) |
Add EXT_stencil_wrap test that doesn't depend on stencil read-back
functioning.
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 872fa0f6214..1a294014aaa 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -38,6 +38,7 @@ SOURCES = antialias.c \ seccolor.c \ sharedtex.c \ stencilwrap.c \ + stencil_wrap.c \ tex1d.c \ texline.c \ texrect.c \ |