diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-24 23:10:44 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-24 23:10:44 +0300 |
| commit | 211781482634dd53e068b4b78f0b3dd624f2a27f (patch) | |
| tree | bb4d826cc1884c9ea49f00ca07618f2d34f89035 /run_cross_test.py | |
| parent | 07f87b113e25a26b1c9f05028a3a7621162860ac (diff) | |
| download | meson-211781482634dd53e068b4b78f0b3dd624f2a27f.tar.gz | |
Get sizeof info from cross file if it exists and write an error if it can not be determined.
Diffstat (limited to 'run_cross_test.py')
| -rwxr-xr-x | run_cross_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_cross_test.py b/run_cross_test.py index d1eb6898e..093f30d3e 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -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__': |
