diff options
Diffstat (limited to 'unittests/baseplatformtests.py')
-rw-r--r-- | unittests/baseplatformtests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/baseplatformtests.py b/unittests/baseplatformtests.py index 0ac9c9c..73682e0 100644 --- a/unittests/baseplatformtests.py +++ b/unittests/baseplatformtests.py @@ -299,6 +299,8 @@ class BasePlatformTests(TestCase): else: arg = list(arg) self._run(self.mconf_command + arg + [self.builddir]) + if will_build: + self.build() def getconf(self, optname: str): opts = self.introspect('--buildoptions') |