summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-12 15:58:34 -0600
committerBrian Paul <brianp@vmware.com>2009-06-12 15:59:53 -0600
commit193177b732175970c2ebec1faf88dc2efee57693 (patch)
tree91f8ceb4e5d51d63004e01060c0c283344bcd106 /progs/tests/Makefile
parentc4a5754a8c88c3777313e4aeb678966fb67b375b (diff)
tests: added persp_hint.c test
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index f3f1aea944..23fe3c35c1 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -67,6 +67,7 @@ SOURCES = \
no_s3tc.c \
packedpixels.c \
pbo.c \
+ persp_hint.c \
prog_parameter.c \
quads.c \
random.c \