summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-06-07 19:34:04 +0100
committerKeith Whitwell <keithw@vmware.com>2010-06-07 19:38:30 +0100
commitc9c6b56e48d5712e24dab7cdc00d48e1cfc518d9 (patch)
treee950ef5921177a7e94e4cd25f36e37a5e4328e76 /src/gallium/tests/graw/SConscript
parent8a778d7bcf6597de7280fd22eeb3ef1e17d2c942 (diff)
graw: trivial geometry shader test
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 77bf59f54f..d01c001c14 100644
--- a/src/gallium/tests/graw/SConscript
+++ b/src/gallium/tests/graw/SConscript
@@ -17,6 +17,7 @@ progs = [
'quad-tex',
'fp-test',
'vp-test',
+ 'tri-gs',
]
for prog in progs: