Skip to content

Commit

Permalink
sanitycheck: support other simulators (xt-run and/or xtsc) than QEMU.
Browse files Browse the repository at this point in the history
In scripts/Makefile.qemu, the target qemu is already an alias for taget run.
In scripts/Makefile.xt{,sc}-run there is no target qemu but a target run.

Change-Id: Ib9dce3561ef9367b17d30070354e709df4d7e528
Signed-off-by: Mazen NEIFER <[email protected]>
  • Loading branch information
Mazen NEIFER authored and Andrew Boie committed Feb 13, 2017
1 parent cb745e6 commit 7f04637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sanitycheck
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ class MakeGenerator:
outdir, build_logfile, args) +
self._get_sub_make(name, "running", directory,
outdir, run_logfile,
args + ["qemu"]) +
args + ["run"]) +
self._get_rule_footer(name))
self.goals[name] = MakeGoal(name, text, q, self.logfile, build_logfile,
run_logfile, qemu_logfile)
Expand Down

0 comments on commit 7f04637

Please sign in to comment.