summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-05-14 12:17:08 +0100
committerKeith Whitwell <keithw@vmware.com>2010-05-14 12:19:57 +0100
commitc7ac03d3964400169ba0dd769e06796c9830aee1 (patch)
tree89158ea21dd721bea2ad2078f8d148caec9a5637 /src/gallium/tests/graw/SConscript
parent15321a55e541c3209be6636ea467695a0bc6d55d (diff)
graw: add quad-tex graw test for basic texturing
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 1dc8dca381..7eab973db3 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: