Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com From: Chris Faylor Date: Thu, 31 Aug 2000 16:23:57 -0400 To: cygwin-developers AT sources DOT redhat DOT com Subject: Re: moving testsuite 1 level up Message-ID: <20000831162357.A14817@cygnus.com> Reply-To: cygwin-developers AT sources DOT redhat DOT com Mail-Followup-To: cygwin-developers AT sources DOT redhat DOT com References: <130300190981 DOT 20000901001144 AT logos-m DOT ru> <200008312018 DOT QAA25051 AT envy DOT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <200008312018.QAA25051@envy.delorie.com>; from dj@delorie.com on Thu, Aug 31, 2000 at 04:18:16PM -0400 On Thu, Aug 31, 2000 at 04:18:16PM -0400, DJ Delorie wrote: > >Where the testsuite is, and where it runs, are two different things. >If you put a testsuite anywhere other than a *subdirectory* under >winsup/cygwin/testsuite, dejagnu won't be able to run it. > >Perhaps it's time to update Maekfile.common to use some $(UPTOP) >(defined to ".." in most cases) variable? It does have updir, updir1, and updir2 variables already. I see the problem with Makefile.common. There's another way around it. I'll take care of it. The testsuite really should be a subdirectory of cygwin. If we add testsuites for w32api and utils, they should also be subdirectories of thos directories as well. >Don't forget that testsuites are run with "make check" and should be >integrated into dejagnu. Right. This is an absolute requirement. cgf