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/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index a40d66d4a1..61121732e3 100644
--- a/src/gallium/tests/graw/SConscript
+++ b/src/gallium/tests/graw/SConscript
@@ -14,6 +14,7 @@ env.Prepend(LIBS = ['graw'] + gallium)
progs = [
'clear',
'tri',
+ 'tri-instanced',
'quad-tex',
'fs-test',
'vs-test',