diff options
author | Ian Romanick <[email protected]> | 2004-05-11 19:57:58 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-05-11 19:57:58 +0000 |
commit | 5f6691f371c5f864d08521cc3431323e6b121098 (patch) | |
tree | 09210c5bf06a0279f7d8ce285286822bfdbb1191 /progs/tests/Makefile | |
parent | d2f18ec6fab27e2b09879b4ecd6b65a3d9bfc56f (diff) |
Added simple EXT_blend_minmax 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 16640643844..f224934d7e2 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -19,6 +19,7 @@ SOURCES = antialias.c \ arbvptest3.c \ arbvptorus.c \ arbvpwarpmesh.c \ + blendminmax.c \ blendsquare.c \ bufferobj.c \ cva.c \ |