From ebdb43fd9840339e9e681513e102fdb2b2c42bc1 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 7 Jun 2010 10:49:07 +0100 Subject: test/graw: add vp-test --- src/gallium/tests/graw/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/tests/graw/SConscript') 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: -- cgit v1.2.3