aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
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 d2e9161..62bf65c 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -5491,6 +5491,11 @@ class AllPlatformTests(BasePlatformTests):
self.init(srcdir, override_envvars=envs)
self.build()
+ def test_build_b_options(self) -> None:
+ # Currently (0.57) these do nothing, but they've always been allowed
+ srcdir = os.path.join(self.common_test_dir, '2 cpp')
+ self.init(srcdir, extra_args=['-Dbuild.b_lto=true'])
+
class FailureTests(BasePlatformTests):
'''