From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Discussion Subject: Dejagnu as part of repository? Date: Thu, 28 Oct 1999 03:26:00 -0000 Message-id: <381824BF.BCE63370@cygnus.com> X-SW-Source: 1999-q4/msg00179.html Hello, Should the GDB repository contain dejagnu? A user wanting to run GDB tests could then just check out ``gdb dejagnu'' and build instantly and run the tests. I figure that while dejagnu is a separate product the way GDB uses it is very like READLINE in that it is imported and then locked in. Thoughts? Clearly there is the need to ensure that it is kept in sync with GCC. Andrew >From law@cygnus.com Thu Oct 28 04:27:00 1999 From: Jeffrey A Law To: ac131313@cygnus.com Cc: gdb@sourceware.cygnus.com Subject: Re: Dejagnu as part of repository? Date: Thu, 28 Oct 1999 04:27:00 -0000 Message-id: <24852.941109374@upchuck> References: <199910281115.EAA10230@cygint.cygnus.com> X-SW-Source: 1999-q4/msg00180.html Content-length: 667 In message <199910281115.EAA10230@cygint.cygnus.com>you write: > A user wanting to run GDB tests could then just check out ``gdb > dejagnu'' and build instantly and run the tests. I figure that while > dejagnu is a separate product the way GDB uses it is very like READLINE > in that it is imported and then locked in. > > Thoughts? Clearly there is the need to ensure that it is kept in sync > with GCC. You've got my vote. Actually there is no sync problem since GCC doesn't have dejagnu in its CVS repo. Looking further out it is my opinion that we should be looking to move more towards a single CVS repository for all these projects. jeff