summaryrefslogtreecommitdiff
path: root/src/gallium/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-05 02:34:42 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-05 02:39:08 +0100
commitb2e343daab4a7621e2bd9bc4b2cbd2709370089c (patch)
tree6db1b63f905905a55a441180afd5eeaa8be59b99 /src/gallium/SConscript
parentddb0e18f6c5582d4d2cc59ffd16ad9c4639ed059 (diff)
tests/raw: Get it building with scons.
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r--src/gallium/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 6c0e7a518d..ed4d217379 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/raw/SConscript')
+ SConscript('tests/raw/SConscript')