bug-dejagnu
[Top][All Lists]
Advanced

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

Re: [Bug-dejagnu] dejagnu broke with runttest --debug --srcdir


From: Rob Savoye
Subject: Re: [Bug-dejagnu] dejagnu broke with runttest --debug --srcdir
Date: Thu, 6 Sep 2001 10:55:22 -0600
User-agent: Mutt/1.2i

On Thu, Sep 06, 2001 at 12:28:35AM -0700, micro soft wrote:

> calc01_runtest_--debug_--srcdir  calc.h   testrun.log
> calc.c                           dbg.log  testrun.sum
> address@hidden calc01]# make
> make: *** No targets specified and no makefile found. 
> Stop.
> address@hidden calc01]# make calc
> cc     calc.c   -o calc
> address@hidden calc01]# runtest --debug -srcdir

  I can't seem to reproduce all the Tcl errors you got, but for the calc
testsuite example, to invoke it use these options:

runtest --tool calc CALC=`pwd`/calc --srcdir 
/home/rob/projects/gnu/dejagnu/example/calc/testsuite/ --debug

  (you'll need to use your own src path)

  The best way to run any DejaGnu testsuite is to use the "make check"
target, because that formats the command line arguments correctly. It is
possible to have everything required in the local site.exp for a test
run, but obviously the calc example doesn't work that way.

        - rob -



reply via email to

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