diff options
author | Keith Whitwell <[email protected]> | 2010-06-07 10:49:07 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-06-07 16:34:55 +0100 |
commit | ebdb43fd9840339e9e681513e102fdb2b2c42bc1 (patch) | |
tree | 81de5ec7e6a9ef21047de68e4fe4353dc4200191 /src/gallium/tests/graw/SConscript | |
parent | 78e6e081a1e16380cd8f44920789ffaa88b0730c (diff) |
test/graw: add vp-test
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 64b7b49b0b5..77bf59f54ff 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -15,7 +15,8 @@ progs = [ 'clear', 'tri', 'quad-tex', - 'fp-test' + 'fp-test', + 'vp-test', ] for prog in progs: |