Mesa (master): graw: Disable build of tests/graw.

Vinson Lee vlee at kemper.freedesktop.org
Wed May 19 14:41:23 UTC 2010


Module: Mesa
Branch: master
Commit: da34757cd7ab48a681777e61a54abbac91d9a5c1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da34757cd7ab48a681777e61a54abbac91d9a5c1

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed May 19 07:36:25 2010 -0700

graw: Disable build of tests/graw.

The SCons build is failing in src/gallium/tests/graw.

---

 src/gallium/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 02e6ea7..e5e9578 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -25,4 +25,4 @@ SConscript('targets/SConscript')
 
 if platform != 'embedded':
 	SConscript('tests/unit/SConscript')
-	SConscript('tests/graw/SConscript')
+	#SConscript('tests/graw/SConscript')




More information about the mesa-commit mailing list