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
Add a link
Reference in a new issue