diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-06-07 16:43:49 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-06-07 16:43:49 +0100 |
commit | 00fe54a87957997ec1e12a427bd4a4433afab307 (patch) | |
tree | 6bad6d9321f080a18a5d2872188c829afa42c74c /src/gallium/SConscript | |
parent | 14ce1860d43246dd4faca77a62581134b6f95c93 (diff) |
graw: update graw_null after interface changes and build graw tests again
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index c0d48a8268..3c171552be 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -27,4 +27,4 @@ SConscript('targets/SConscript') if platform != 'embedded': SConscript('tests/unit/SConscript') - #SConscript('tests/graw/SConscript') + SConscript('tests/graw/SConscript') |