diff options
author | Ian Romanick <[email protected]> | 2004-05-11 17:48:33 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-05-11 17:48:33 +0000 |
commit | d2f18ec6fab27e2b09879b4ecd6b65a3d9bfc56f (patch) | |
tree | 98d70916b82de510b93136a778f8238b33c693ce /progs/tests/Makefile | |
parent | 366a27d2b99ef9e15623d139e74b596161ddb4de (diff) |
Added simple NV_blend_square test.
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 28f7a50ee64..16640643844 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -19,6 +19,7 @@ SOURCES = antialias.c \ arbvptest3.c \ arbvptorus.c \ arbvpwarpmesh.c \ + blendsquare.c \ bufferobj.c \ cva.c \ dinoshade.c \ |