mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
gallium: disable tests when using embedded build
This commit is contained in:
parent
cd4e5879eb
commit
cd834499eb
1 changed files with 3 additions and 2 deletions
|
|
@ -23,5 +23,6 @@ SConscript('winsys/SConscript')
|
|||
|
||||
SConscript('targets/SConscript')
|
||||
|
||||
SConscript('tests/unit/SConscript')
|
||||
#SConscript('tests/raw/SConscript')
|
||||
if platform != 'embedded':
|
||||
SConscript('tests/unit/SConscript')
|
||||
#SConscript('tests/raw/SConscript')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue