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:
@@ -56,6 +56,4 @@ SConscript([
|
||||
'fp/SConscript',
|
||||
'wgl/SConscript',
|
||||
'perf/SConscript',
|
||||
'gallium/unit/SConscript',
|
||||
# 'gallium/raw/SConscript',
|
||||
])
|
||||
|
@@ -22,3 +22,6 @@ if platform == 'windows':
|
||||
SConscript('winsys/SConscript')
|
||||
|
||||
SConscript('targets/SConscript')
|
||||
|
||||
SConscript('tests/unit/SConscript')
|
||||
#SConscript('tests/raw/SConscript')
|
||||
|
Reference in New Issue
Block a user