From mboxrd@z Thu Jan 1 00:00:00 1970 From: Syd Polk To: Andreas Jaeger Cc: insight@sourceware.cygnus.com Subject: Re: make check in itcl Date: Wed, 03 May 2000 10:37:00 -0000 Message-id: <4.2.0.58.20000503103543.00a27ac0@pop.cygnus.com> References: <"Mon,> <01> <2000> <10:16:43> <-0700> <"Mon,> <01> <2000> <09:07:18> <-0700> <390DABB6.403CE5A0@cygnus.com> <4.2.0.58.20000501101619.00b6b600@pop.cygnus.com> X-SW-Source: 2000-q2/msg00167.html I checked it into sourceware; however, on second look, I don't think it will work. When you run "make check" from the toplevel, you need to run "make test" in the itcl subdirectories. +test check: > for dir in $(subdirs) ; do \ > if (echo "Making in $$dir"; cd $$dir && $(MAKE) $@); \ > then true; else exit 1; fi \ This just runs "make check" in the sub-directories, which will fail, right? Should be if (echo "Making in $$dir"; cd $$dir && $(MAKE) test); \ Syd Polk Engineering Manager Cygnus Solutions,a Red Hat company