aboutsummaryrefslogtreecommitdiff
path: root/run_cross_test.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-08-30 22:20:10 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-08-30 22:20:10 +0300
commit702d3e2d9ca55ea330101c925df12e8fc9b40387 (patch)
treee947815ae107d5cb46c54616e8bd75be562dd992 /run_cross_test.py
parent6a6f0d1d84fd914ab6e20e57f6f0c1c047ef34e2 (diff)
downloadmeson-702d3e2d9ca55ea330101c925df12e8fc9b40387.zip
meson-702d3e2d9ca55ea330101c925df12e8fc9b40387.tar.gz
meson-702d3e2d9ca55ea330101c925df12e8fc9b40387.tar.bz2
Work started on supporting simultaneous native and cross builds.
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-xrun_cross_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py
index f74be63..d1eb689 100755
--- a/run_cross_test.py
+++ b/run_cross_test.py
@@ -78,7 +78,6 @@ def run_tests():
except OSError:
pass
print('\nRunning cross compilation tests.\n')
- commontests = commontests[:28] + commontests[30:38] + commontests[39:]
[run_test(t) for t in commontests]
if __name__ == '__main__':