summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/SConscript
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-09-09 19:18:45 -0600
committerBrian Paul <brianp@vmware.com>2010-09-09 19:19:28 -0600
commit48fda8c446c127298e8a523a321d4da131c2834d (patch)
tree62fb258ea54aa504ae4adccfd22f4f6709cbf00a /src/gallium/tests/graw/SConscript
parent451dfe541393c553e78c9c037a907c1214d3b4ed (diff)
graw: added test for finding shader mem leaks
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r--src/gallium/tests/graw/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index 860a17e13e..ffde61965b 100644
--- a/src/gallium/tests/graw/SConscript
+++ b/src/gallium/tests/graw/SConscript
@@ -25,6 +25,7 @@ progs = [
'fs-test',
'vs-test',
'gs-test',
+ 'shader-leak',
'tri-gs',
]