summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-06-07 10:49:07 +0100
committerKeith Whitwell <keithw@vmware.com>2010-06-07 16:34:55 +0100
commitebdb43fd9840339e9e681513e102fdb2b2c42bc1 (patch)
tree81de5ec7e6a9ef21047de68e4fe4353dc4200191 /src/gallium/tests/graw/SConscript
parent78e6e081a1e16380cd8f44920789ffaa88b0730c (diff)
test/graw: add vp-test
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r--src/gallium/tests/graw/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index 64b7b49b0b..77bf59f54f 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: