diff options
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 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') |