Get sizeof info from cross file if it exists and write an error if it can not be determined.

This commit is contained in:
Jussi Pakkanen
2013-08-24 23:10:44 +03:00
parent 07f87b113e
commit 2117814826
4 changed files with 46 additions and 11 deletions

View File

@ -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__':