summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-31 15:25:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-31 15:25:07 +0000
commit36481524bad56214fa5a00e5899293636f0d46d3 (patch)
tree51022346bb628833f6ea52a1e7c587b6cc9f4cf5 /progs/tests/Makefile
parent07624e347bdef90b97bfa96eb955c12df4420ca7 (diff)
simple GL_EXT_stencil_wrap test program
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index d9468cd46c..efa4ad03ec 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 \