dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DejaGnu] Example of running standalone tests?


From: Rob Savoye
Subject: Re: [DejaGnu] Example of running standalone tests?
Date: Tue, 12 Feb 2002 21:49:07 -0700
User-agent: Mutt/1.2i

On Tue, Feb 12, 2002 at 11:04:07AM -0800, Eric Prestemon wrote:
 
> I want to run a bunch of standalone tests (sh/perl/C, at least) on a 
> series of remote machines.  I don't have the autoconf/automake setup 
> though I could if it was required.
 
  You don't need an autoconf/automake setup. It's just that those development
tools are commonly used for GNU projects.

> Is there an example somewhere of DejaGnu used in this way?  I don't need 
> any of the interactive properties of expect. I just want to copy scripts 
> to a host, run them, and process their output.
 
  You need the interactive part of expect to login to the remote machine,
run the test case, and properly capture the output. If your needs are
simple, you might be able to get away with just using ssh or rsh to
run the remote test cases.

> Does anyone use DejaGNU like this? The docs don't describe how to do this, 
> as far as I can tell.

  This is a standard remote unix style testing. For the best example, look
at the GCC tests suite. There is no tutorial on doing remote testing, 
although it's on the TODO list.

        - rob -



reply via email to

[Prev in Thread] Current Thread [Next in Thread]