diff options
author | Brian Paul <[email protected]> | 2010-09-09 19:18:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-09 19:19:28 -0600 |
commit | 48fda8c446c127298e8a523a321d4da131c2834d (patch) | |
tree | 62fb258ea54aa504ae4adccfd22f4f6709cbf00a /src/gallium/tests/graw/SConscript | |
parent | 451dfe541393c553e78c9c037a907c1214d3b4ed (diff) |
graw: added test for finding shader mem leaks
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 860a17e13e7..ffde61965b4 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', ] |