diff options
author | Keith Whitwell <[email protected]> | 2010-06-07 19:34:04 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-06-07 19:38:30 +0100 |
commit | c9c6b56e48d5712e24dab7cdc00d48e1cfc518d9 (patch) | |
tree | e950ef5921177a7e94e4cd25f36e37a5e4328e76 /src/gallium/tests/graw/SConscript | |
parent | 8a778d7bcf6597de7280fd22eeb3ef1e17d2c942 (diff) |
graw: trivial geometry shader test
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 77bf59f54ff..d01c001c149 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: |