mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-11-08 21:18:48 +08:00
Get sizeof info from cross file if it exists and write an error if it can not be determined.
This commit is contained in:
@ -78,6 +78,7 @@ def run_tests():
|
||||
except OSError:
|
||||
pass
|
||||
print('\nRunning cross compilation tests.\n')
|
||||
commontests = commontests[:28] + commontests[28:]
|
||||
[run_test(t) for t in commontests]
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user