diff options
author | Keith Whitwell <[email protected]> | 2010-05-14 12:07:38 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-05-14 12:19:57 +0100 |
commit | 7375d7a5c9d5c32fd6bdde0cc8cab8fe41415964 (patch) | |
tree | ca9f7aea3be8c302ea80f05676c7e763ce653dd0 /src/gallium/tests/graw/SConscript | |
parent | 39087f636afcee058fc9af2c58cb1e2474c9b258 (diff) |
graw: move towards glut-like interface, add tri.c
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 8a92ac2c499..1dc8dca381d 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: |