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/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index 8a92ac2c49..1dc8dca381 100644
--- a/src/gallium/tests/graw/SConscript
+++ b/src/gallium/tests/graw/SConscript
@@ -12,7 +12,8 @@ env.Prepend(LIBPATH = [graw.dir])
env.Prepend(LIBS = ['graw'])
progs = [
- 'clear'
+ 'clear',
+ 'tri'
]
for prog in progs: