From 78e6e081a1e16380cd8f44920789ffaa88b0730c Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 4 Jun 2010 11:08:55 +0100 Subject: tests/graw: add fp-test --- src/gallium/tests/graw/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/tests/graw/SConscript') 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: -- cgit v1.2.3