diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-02-15 10:24:50 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2014-02-15 10:24:50 +1100 |
commit | 9ca4847c3ff411d883cbd6448dff93516a87dab9 (patch) | |
tree | 201b17b9bdf624cc4689b3aeec41d0a38c7aa37f | |
parent | 93f2fec5947c3e4ff764e9b92f60647847eeb690 (diff) | |
download | dejagnu-9ca4847c3ff411d883cbd6448dff93516a87dab9.zip dejagnu-9ca4847c3ff411d883cbd6448dff93516a87dab9.tar.gz dejagnu-9ca4847c3ff411d883cbd6448dff93516a87dab9.tar.bz2 |
* config/sim.exp (sim_exec): New.
Signed-off-by: Ben Elliston <bje@gnu.org>
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config/sim.exp | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-02-15 Steve Ellcey <sellcey@mips.com> + + * config/sim.exp (sim_exec): New. + 2013-12-08 Richard Sandiford <rdsandiford@googlemail.com> * lib/dg.exp (dg-test): Don't put the expected and actual output diff --git a/config/sim.exp b/config/sim.exp index ab83835..be5b6ce 100644 --- a/config/sim.exp +++ b/config/sim.exp @@ -133,6 +133,10 @@ proc sim_upload { dest srcfile args } { return [remote_upload host $srcfile $args] } +proc sim_exec { dest srcfile args } { + return [remote_exec host $srcfile $args] +} + set_board_info protocol "sim" # By default, assume the simulator is slow. This causes some tests |