Searched refs:build_for_testing (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | unit-test.py | 300 def build_and_install(name, build_for_testing=False): 307 build_for_testing Enable options related to testing on the package? 315 if build_for_testing: 556 self.build_for_testing = False 580 def configure(self, build_for_testing): 586 build_for_testing: Mark the package as being built for testing rather 708 def configure(self, build_for_testing): 709 self.build_for_testing = build_for_testing 712 self._configure_feature("examples", build_for_testing), 299 build_and_install(name, build_for_testing=False) global() argument 579 configure(self, build_for_testing) global() argument 707 configure(self, build_for_testing) global() argument 766 configure(self, build_for_testing) global() argument 925 get_configure_flags(self, build_for_testing) global() argument 967 configure(self, build_for_testing) global() argument [all...] |