aboutsummaryrefslogtreecommitdiff
path: root/run_cross_test.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-12-19 13:48:26 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-12-20 20:33:59 +0200
commit2b650834631e09eee8dffa68a2058769a651d6f7 (patch)
tree8dde784ee275d306864baf0a8299ccbde5c24ded /run_cross_test.py
parent4317edca25a29a191c51c520e2861f6d45f7b6b1 (diff)
downloadmeson-2b650834631e09eee8dffa68a2058769a651d6f7.zip
meson-2b650834631e09eee8dffa68a2058769a651d6f7.tar.gz
meson-2b650834631e09eee8dffa68a2058769a651d6f7.tar.bz2
Fix cross test and run them if a cross compiler is available.
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-xrun_cross_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py
index 3abd288..c56e38c 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')