diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-19 13:48:26 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-20 20:33:59 +0200 |
| commit | 2b650834631e09eee8dffa68a2058769a651d6f7 (patch) | |
| tree | 8dde784ee275d306864baf0a8299ccbde5c24ded /run_cross_test.py | |
| parent | 4317edca25a29a191c51c520e2861f6d45f7b6b1 (diff) | |
| download | meson-2b650834631e09eee8dffa68a2058769a651d6f7.tar.gz | |
Fix cross test and run them if a cross compiler is available.
Diffstat (limited to 'run_cross_test.py')
| -rwxr-xr-x | run_cross_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py index 3abd28861..c56e38cab 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -25,7 +25,7 @@ Eventually migrate to something fancier.''' import os, subprocess, shutil, sys import mesonbuild.environment as environment -from run_tests import gather_tests +from run_project_tests import gather_tests test_build_dir = 'work area' install_dir = os.path.join(os.path.split(os.path.abspath(__file__))[0], 'install dir') |
