diff options
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 77bf59f54f..d01c001c14 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -17,6 +17,7 @@ progs = [ 'quad-tex', 'fp-test', 'vp-test', + 'tri-gs', ] for prog in progs: |