Searched refs:get_build_targets (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/tools/harness/tests/
H A Dbulktests.py21 def get_build_targets(self, build, machine): member in class:BulkTestCommon
22 targets = super(BulkTestCommon, self).get_build_targets(build, machine)
H A Dphases.py21 def get_build_targets(self, build, machine): member in class:PhaseChangeTest
22 targets = super(PhaseChangeTest, self).get_build_targets(build, machine)
63 def get_build_targets(self, build, machine): member in class:PhaseScaleTest
64 targets = super(PhaseScaleTest, self).get_build_targets(build, machine)
H A Drcce.py26 def get_build_targets(self, build, machine): member in class:RCCELUTest
27 targets = super(RCCELUTest, self).get_build_targets(build, machine)
H A Dmdbbench.py36 def get_build_targets(self, build, machine): member in class:MdbBench
37 targets = super(MdbBench, self).get_build_targets(build, machine)
H A Dxeonphi.py75 def get_build_targets(self, build, machine): member in class:XeonPhi_Boot_Test
76 targets = super(XeonPhi_Boot_Test, self).get_build_targets(build, machine)
H A Dcommon.py94 targets = self.get_build_targets(build, machine)
116 def get_build_targets(self, build, machine): member in class:TestCommon
117 return self.get_modules(build, machine).get_build_targets()
/barrelfish-2018-10-04/tools/harness/
H A Dbarrelfish.py117 def get_build_targets(self): member in class:BootModules
/barrelfish-2018-10-04/tools/harness/machines/
H A Dfvp.py121 # debug.checkcmd(["make"] + modules.get_build_targets(), cwd=self.options.builds[0].build_dir)
126 for module in modules.get_build_targets():
H A Dqemu.py285 debug.checkcmd(["make"] + modules.get_build_targets(), cwd=self._machine.options.builds[0].build_dir)
289 for module in modules.get_build_targets():

Completed in 44 milliseconds