aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-10-05 20:44:27 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-10-13 17:04:19 +0200
commit7e58f33376119b53e01616139ad9354ce9cfe003 (patch)
treeddf95ef045aec7a2c06b78a764d3c60214ed0324 /run_unittests.py
parentdccff1f2bcf6e7b8e42fa7bea63b8532ad29b43a (diff)
downloadmeson-7e58f33376119b53e01616139ad9354ce9cfe003.zip
meson-7e58f33376119b53e01616139ad9354ce9cfe003.tar.gz
meson-7e58f33376119b53e01616139ad9354ce9cfe003.tar.bz2
cmake: Add cross compilation support
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 1601730..22e7cdc 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1239,6 +1239,7 @@ class InternalTests(unittest.TestCase):
with tempfile.TemporaryDirectory() as tmpdir:
with chdir(tmpdir):
env = get_fake_env()
+ env.scratch_dir = tmpdir
f = b.DependencyFactory(
'test_dep',