diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-30 23:25:09 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-30 23:25:09 +0300 |
commit | c3640ef03648bf79a39029e851970073063b46ac (patch) | |
tree | df93ec6045c7e02cac512fd0f174cdc7efe50e7f /run_cross_test.py | |
parent | 0f35ac078db3f9e7bd8d074d8459f8cae328b921 (diff) | |
download | meson-c3640ef03648bf79a39029e851970073063b46ac.zip meson-c3640ef03648bf79a39029e851970073063b46ac.tar.gz meson-c3640ef03648bf79a39029e851970073063b46ac.tar.bz2 |
The whole test suite runs cross-built with mingw and armhf.
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-x | run_cross_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py index d1eb689..6e639cd 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -31,7 +31,8 @@ test_build_dir = 'work area' install_dir = os.path.join(os.path.split(os.path.abspath(__file__))[0], 'install dir') meson_command = './meson.py' -extra_flags = ['--cross-file', 'cross/ubuntu-armhf.txt'] +#extra_flags = ['--cross-file', 'cross/ubuntu-armhf.txt'] +extra_flags = ['--cross-file', 'cross/ubuntu-mingw.txt'] ninja_command = environment.detect_ninja() if ninja_command is None: raise RuntimeError('Could not find Ninja executable.') |