Exemplo n.º 1
0
    def _run_test(self, logpath, statuspath, test_elf):
        """Run a test elf under qemu."""

        env = Environment()
        env.Command([logpath, statuspath], [test_elf],
                    action=env.Action(run_qemu_command, "Running Test"))