From 48fda8c446c127298e8a523a321d4da131c2834d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 9 Sep 2010 19:18:45 -0600 Subject: graw: added test for finding shader mem leaks --- src/gallium/tests/graw/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/tests/graw/SConscript') 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', ] -- cgit v1.2.3