summaryrefslogtreecommitdiff
path: root/progs/tests/SConscript
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-01 19:02:52 -0700
committerBrian Paul <brianp@vmware.com>2010-02-01 19:02:52 -0700
commit04b14e26a24f824ce63c2398665e173d563f0b24 (patch)
treefc6133c9e1df85826814f214d8e95c7f841ca611 /progs/tests/SConscript
parenta2ddb3d20964e562e3dcb0e973f300362a9d5d69 (diff)
progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug
See comments in file for more details.
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r--progs/tests/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript
index e2c6538288..0a11b965f7 100644
--- a/progs/tests/SConscript
+++ b/progs/tests/SConscript
@@ -51,6 +51,7 @@ progs = [
'ext422square',
'fbotest1',
'fbotest2',
+ 'fbotest3',
'fillrate',
'floattex',
'fog',