summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r--src/gallium/tests/graw/SConscript8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index 77bf59f54f..a40d66d4a1 100644
--- a/src/gallium/tests/graw/SConscript
+++ b/src/gallium/tests/graw/SConscript
@@ -9,14 +9,16 @@ except NameError:
env = env.Clone()
env.Prepend(LIBPATH = [graw.dir])
-env.Prepend(LIBS = ['graw'])
+env.Prepend(LIBS = ['graw'] + gallium)
progs = [
'clear',
'tri',
'quad-tex',
- 'fp-test',
- 'vp-test',
+ 'fs-test',
+ 'vs-test',
+ 'gs-test',
+ 'tri-gs',
]
for prog in progs: