diff options
author | Brian Paul <[email protected]> | 2002-10-31 15:25:07 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-31 15:25:07 +0000 |
commit | 36481524bad56214fa5a00e5899293636f0d46d3 (patch) | |
tree | 51022346bb628833f6ea52a1e7c587b6cc9f4cf5 /progs/tests/Makefile | |
parent | 07624e347bdef90b97bfa96eb955c12df4420ca7 (diff) |
simple GL_EXT_stencil_wrap test program
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index d9468cd46c2..efa4ad03ec0 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -1,8 +1,7 @@ # Simple makefile for compiling test programs on Linux # These programs aren't intended to be included with the normal -# distro as they're not too interesting but good for testing during -# development. +# distro. They're not too interesting but they're good for testing. CC = gcc @@ -17,6 +16,7 @@ PROGS = cva \ projtex \ seccolor \ sharedtex \ + stencilwrap \ texline \ texwrap \ vptest1 \ |