aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authormakise-homura <akemi_homura@kurisa.ch>2018-03-21 16:45:22 +0300
committermakise-homura <akemi_homura@kurisa.ch>2018-03-21 16:45:22 +0300
commit86fa9b133d94d6d714c7d2e2c81651f9ff9bc87f (patch)
tree4a74c02642c987a1ff3b2030fe55b34d514687af /run_unittests.py
parent43be74cf81b2dcb51c46d1ef44d649286d1d703e (diff)
downloadmeson-86fa9b133d94d6d714c7d2e2c81651f9ff9bc87f.zip
meson-86fa9b133d94d6d714c7d2e2c81651f9ff9bc87f.tar.gz
meson-86fa9b133d94d6d714c7d2e2c81651f9ff9bc87f.tar.bz2
test_reconfigure switched to b_coverage from b_lto
This is due to some compilers (e.g. lcc) don't support LTO, and therefore no b_lto meson option is available.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index fd424be..b42937b 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -2543,7 +2543,7 @@ endian = 'little'
def test_reconfigure(self):
testdir = os.path.join(self.unit_test_dir, '13 reconfigure')
- self.init(testdir, ['-Db_lto=true'], default_args=False)
+ self.init(testdir, ['-Db_coverage=true'], default_args=False)
self.build('reconfigure')
def test_cross_file_system_paths(self):