diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-06-04 11:08:55 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-06-07 16:34:55 +0100 |
commit | 78e6e081a1e16380cd8f44920789ffaa88b0730c (patch) | |
tree | 4f7ff1b39ce7de8375fc129eabe33ec8fe6c675e /src/gallium/tests/graw/SConscript | |
parent | 0c2bac0718f3a206aab96cd8452f87a3fa1819ca (diff) |
tests/graw: add fp-test
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 7eab973db3..64b7b49b0b 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -15,6 +15,7 @@ progs = [ 'clear', 'tri', 'quad-tex', + 'fp-test' ] for prog in progs: |