Fix cross test and run them if a cross compiler is available.

This commit is contained in:
Jussi Pakkanen
2016-12-19 13:48:26 +02:00
parent 4317edca25
commit 2b65083463
4 changed files with 7 additions and 4 deletions

View File

@ -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')