progs/gallium: Move into src/gallium/tests

Two reasons:
- progs will eventually have its own repository
- it is just to easy to forget updating the
  code for interface changes when it is outside of src
This commit is contained in:
José Fonseca
2010-04-13 07:05:13 +09:00
parent 6cd82eb399
commit 6917ef10f2
89 changed files with 3 additions and 2 deletions

View File

@@ -56,6 +56,4 @@ SConscript([
'fp/SConscript',
'wgl/SConscript',
'perf/SConscript',
'gallium/unit/SConscript',
# 'gallium/raw/SConscript',
])

View File

@@ -22,3 +22,6 @@ if platform == 'windows':
SConscript('winsys/SConscript')
SConscript('targets/SConscript')
SConscript('tests/unit/SConscript')
#SConscript('tests/raw/SConscript')