diff options
author | Brian Paul <brianp@vmware.com> | 2009-12-30 21:41:37 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-12-31 08:49:27 -0700 |
commit | 08d145e1d7479aab125013d6852968fa09ad6fb3 (patch) | |
tree | 1febbe35785964dfe1be6b7192a98dbc377699bb /progs/tests/SConscript | |
parent | aa491c19b9a5de350834b5f416e69e1e0a67a194 (diff) | |
download | external_mesa3d-08d145e1d7479aab125013d6852968fa09ad6fb3.zip external_mesa3d-08d145e1d7479aab125013d6852968fa09ad6fb3.tar.gz external_mesa3d-08d145e1d7479aab125013d6852968fa09ad6fb3.tar.bz2 |
progs/tests: added conditional rendering test program
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 3a0da62..38c28a9 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -59,6 +59,7 @@ progs = [ 'bug_3195', 'bug_texstore_i8', 'calibrate_rast', + 'condrender', 'copypixrate', 'crossbar', 'cva', |