aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2017-09-11 21:05:26 +0100
committerHristo Venev <hristo@venev.name>2017-09-15 18:24:26 +0100
commitf2fc32069bc6698ecc65accc455a296b59eb55c7 (patch)
treedf19aa039033b04b88ae0b0d96d1ca7089a3e457 /run_unittests.py
parente1fc17ef2a532d539678b9a9378bca59eda38a91 (diff)
downloadmeson-f2fc32069bc6698ecc65accc455a296b59eb55c7.zip
meson-f2fc32069bc6698ecc65accc455a296b59eb55c7.tar.gz
meson-f2fc32069bc6698ecc65accc455a296b59eb55c7.tar.bz2
Add test for get_option(b_xxx) on reconfigure.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 6487496..2626931 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1948,6 +1948,11 @@ endian = 'little'
crossfile.flush()
self.init(testdir, ['--cross-file='+crossfile.name])
+ def test_reconfigure(self):
+ testdir = os.path.join(self.unit_test_dir, '13 reconfigure')
+ self.init(testdir, ['-Db_lto=true'], default_args=False)
+ self.build('reconfigure')
+
class LinuxArmCrossCompileTests(BasePlatformTests):
'''