From 2b650834631e09eee8dffa68a2058769a651d6f7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 19 Dec 2016 13:48:26 +0200 Subject: Fix cross test and run them if a cross compiler is available. --- run_cross_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_cross_test.py') 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') -- cgit v1.2.3