diff options
author | Yvan Roux <yvan.roux@linaro.org> | 2016-04-06 19:52:22 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-04-06 19:52:22 +1000 |
commit | 284773caf2434586dbacd0823107e676c69a5666 (patch) | |
tree | 09405dea076304f6dd97e8d23e728e860b1b69f0 /doc/dejagnu.texi | |
parent | 8350550d0f8bed678e55d273649dd846619b91c4 (diff) | |
download | dejagnu-284773caf2434586dbacd0823107e676c69a5666.tar.gz dejagnu-284773caf2434586dbacd0823107e676c69a5666.tar.bz2 dejagnu-284773caf2434586dbacd0823107e676c69a5666.zip |
* lib/remote.exp (remnote_download): Create a remote directory if
needed and use it.
(remote_exec): Execute program inside remotedir when it exists.
(standard_load): Set remotedir board field if not present.
* config/unix.exp (unix_load): Handle remotedir in board field.
(remotedir): Set board info field.
* doc/dejagnu.texi (Board File Values): Document remotedir.
Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'doc/dejagnu.texi')
-rw-r--r-- | doc/dejagnu.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi index 734e200..9c3981f 100644 --- a/doc/dejagnu.texi +++ b/doc/dejagnu.texi @@ -1784,6 +1784,8 @@ objcopy@tab $tempfil@tab The path to the @code{objcopy} program. support_libs@tab "$@{prefix_dir@}/i386-coff/"@tab Support libraries needed for cross compiling. @item addl_link_flags@tab "-N"@tab Additional link flags, rarely used. +@item +remotedir@tab "/tmp/runtest.[pid]"@tab Directory on the remote target in which executables are downloaded and executed. @end multitable These fields are used by the GCC and GDB tests, and are mostly |