From c7ac03d3964400169ba0dd769e06796c9830aee1 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 14 May 2010 12:17:08 +0100 Subject: graw: add quad-tex graw test for basic texturing --- 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 1dc8dca381d..7eab973db31 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -13,7 +13,8 @@ env.Prepend(LIBS = ['graw']) progs = [ 'clear', - 'tri' + 'tri', + 'quad-tex', ] for prog in progs: -- cgit v1.2.3