diff options
author | Brian Paul <[email protected]> | 2009-07-30 09:46:57 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-07-30 09:46:57 -0600 |
commit | 783a93a2c310f3fd8a4c0595bb6c60702cd2823e (patch) | |
tree | 96484421b73025300b6d4264cbc890a645104f48 /progs/tests/SConscript | |
parent | c156eeb682d673e571c1798ff21e183ad4114fea (diff) |
tests: glGetTexImage() test
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 b17fa905936..bb6a1d2b8a9 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -72,6 +72,7 @@ progs = [ 'fogcoord', 'fptest1', 'fptexture', + 'getteximage', 'glutfx', 'interleave', 'invert', |