diff options
author | Brian Paul <[email protected]> | 2009-06-12 15:58:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-12 15:59:53 -0600 |
commit | 193177b732175970c2ebec1faf88dc2efee57693 (patch) | |
tree | 91f8ceb4e5d51d63004e01060c0c283344bcd106 /progs/tests/SConscript | |
parent | c4a5754a8c88c3777313e4aeb678966fb67b375b (diff) |
tests: added persp_hint.c test
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r-- | progs/tests/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index 9d89ff6a0d0..9e3a646f806 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -90,6 +90,7 @@ progs = [ 'no_s3tc', 'packedpixels', 'pbo', + 'persp_hint', 'prog_parameter', 'quads', 'random', |