This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: test suites?


Stan Shebs wrote:
> 
> "K. Richard Pixley" wrote:
> >
> > What are people using for regression testing on gdb these days?
> 
> The same old testsuites that we were using when you were at Cygnus!
> 
> OK, there have been some additions and restructuring, but the
> theory is unchanged; they all live under src/gdb/testsuite,
> you get a recent dejagnu and install, then do "make check" in
> your objdir.

To expand a little.

Dejagnu is included in the nightly shots (gdb+dejagnu.tar.gz,...) or as
a separate file. Alternativly, you can check it out, along with GDB,
vis:

	cvs -z9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src co gdb dejangu

This ensures that the dejagnu you test GDB with is the same one that
everyone else is using.

	Andrew

PS: which reminds me, now that nightly snapshots are working (....) I
need to start a discussion on what the snapshots should contain.
ftp://sourceware.cygnus.com/pub/gdb/snapshots/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]