mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 23:18:20 +02:00
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:
parent
6cd82eb399
commit
6917ef10f2
89 changed files with 3 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue