aboutsummaryrefslogtreecommitdiff
path: root/run_cross_test.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-01-16 00:04:57 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-01-16 00:04:57 +0200
commit4c31e7774d09fe1a59b6cfd692de4f4cade1899c (patch)
tree9bbe3c9d0e1f7da9409345ff05da30df331d26ca /run_cross_test.py
parent66c01401deb186e6daa20cf4bf6a098076dda236 (diff)
downloadmeson-4c31e7774d09fe1a59b6cfd692de4f4cade1899c.zip
meson-4c31e7774d09fe1a59b6cfd692de4f4cade1899c.tar.gz
meson-4c31e7774d09fe1a59b6cfd692de4f4cade1899c.tar.bz2
Finalize moduleification so that full test suite runs.
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-xrun_cross_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_cross_test.py b/run_cross_test.py
index 7355c28..3545cfd 100755
--- a/run_cross_test.py
+++ b/run_cross_test.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013-2014 The Meson development team
+# Copyright 2013-2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ Not part of the main test suite because of two reasons:
Eventually migrate to something fancier.'''
import os, subprocess, shutil, sys
-import environment
+import meson.environment as environment
from run_tests import gather_tests