From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Is testsuite still used? Date: Tue, 15 Feb 2011 09:22:28 +0100 Message-ID: References: <87k4h26vsk.fsf@netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297758096 32294 80.91.229.12 (15 Feb 2011 08:21:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 08:21:36 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Feb 15 09:21:32 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpGA5-0000KD-UV for guile-devel@m.gmane.org; Tue, 15 Feb 2011 09:21:32 +0100 Original-Received: from localhost ([127.0.0.1]:40754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpG9u-0005cR-BE for guile-devel@m.gmane.org; Tue, 15 Feb 2011 03:21:18 -0500 Original-Received: from [140.186.70.92] (port=46845 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpG9b-0003tl-Lp for guile-devel@gnu.org; Tue, 15 Feb 2011 03:21:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpG64-0002eG-GO for guile-devel@gnu.org; Tue, 15 Feb 2011 03:17:22 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:60877 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpG63-0002dw-UI for guile-devel@gnu.org; Tue, 15 Feb 2011 03:17:20 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 1A9B84F63; Tue, 15 Feb 2011 03:18:25 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=al/Pp8IxbZv9XSlLFQKE/COhroU=; b=liFrCk agPrK30Zn/NoV1khLloYi3RavSLgaOoseN5/KqBfdw/pOmFxY+RTmeB9iBL9vFCM JgPdd57HOh+a7fhP6Ib2uKyvPciWWGo9OiWd/De1+hOXmWp0B38p15qqA6djtvRJ YO5TrOUbQLkJGqEsjg1ksIY3Lo1Y6kDGbo4Y4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ObFmUBNEpDHBULAs/VbKsldEvYiKLIIX R2b42W44ePzVrov/oXVKeknCE4qoyKArjDmWoGs+VMRjpVMKiDcCRcZDIh/Wb9na gq03ENOPygIqvz+CWVktE0iOYFXNyUFDXv/7kpOU4MqugqWg50Y2xE3KOMQ7zZZM i06167f3rOg= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 08DD04F62; Tue, 15 Feb 2011 03:18:24 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 147AE4F61; Tue, 15 Feb 2011 03:18:21 -0500 (EST) In-Reply-To: <87k4h26vsk.fsf@netris.org> (Mark H. Weaver's message of "Mon, 14 Feb 2011 18:28:11 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 283A1550-38DC-11E0-B347-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11628 Archived-At: On Tue 15 Feb 2011 00:28, Mark H Weaver writes: > Is the testsuite directory (as opposed to test-suite) still used? > If not, perhaps it should be removed. It has indeed been removed: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=tree You might have stale build products lying around. It's safe to just remove 'testsuite' from your builddir. Cheers, Andy -- http://wingolog.org/