diff options
author | Brian Paul <brianp@vmware.com> | 2010-02-04 16:43:08 -0700 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2010-02-09 15:32:47 +0100 |
commit | 86921aaf3ff96fd4828964e37bd66cf2ea8035b1 (patch) | |
tree | 41400b9282bd081935994af55c253e22038f544c /progs/tests/SConscript | |
parent | ae4dde6598eacb64bf865037bdaea2041499aa27 (diff) |
progs/tests: new test program for exercising cylindrical tex wrap mode
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 0a11b965f7..04e4bdf8c2 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -45,6 +45,7 @@ progs = [ 'copypixrate', 'crossbar', 'cva', + 'cylwrap', 'drawbuffers', 'drawbuffers2', 'exactrast', |