From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N3AdC-0003sd-Un for mharc-grub-devel@gnu.org; Wed, 28 Oct 2009 11:40:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3Ad9-0003pG-Sy for grub-devel@gnu.org; Wed, 28 Oct 2009 11:40:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3Ad4-0003g9-AP for grub-devel@gnu.org; Wed, 28 Oct 2009 11:40:11 -0400 Received: from [199.232.76.173] (port=45716 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3Ad4-0003fs-1R for grub-devel@gnu.org; Wed, 28 Oct 2009 11:40:06 -0400 Received: from mail-yx0-f191.google.com ([209.85.210.191]:59218) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3Ad3-00063G-OZ for grub-devel@gnu.org; Wed, 28 Oct 2009 11:40:05 -0400 Received: by yxe29 with SMTP id 29so758742yxe.14 for ; Wed, 28 Oct 2009 08:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=FjK/hmCgpXy9lgebu0W59CIdcPkRUtNjD91Lg8d4cPw=; b=wRRRSMyx8mqSDiq+UtR1NhBY/O9LRTUR7TU+8am5Qg0PMh7WpHyzP3W1/Du5DesiHT ekg3iprinqFy0cXQzYw6yB8/aDxUcaiONDhdH7dkNOjfIJy/7V2d7nC3o5GRG4htuWL1 3Gt9tRU6/YhkKPaP12Y+YAg5wh25BLMjH9toA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Xfagdomi5Wnn41uZowY2Xja84LFyVU1jjHygJGTa/HKnAMwsDawxMJGC+GLeTCBllA GGvPxmLfctE5bXJxM6NsYgoJ6NdRRjK3vSNA4yev6fcTVEVSkpd699GzOKUfLr95mHAv bq/7y0DN97F1YxN90q80lhHSZEvprqcwRmmaQ= Received: by 10.101.139.35 with SMTP id r35mr318133ann.68.1256744404223; Wed, 28 Oct 2009 08:40:04 -0700 (PDT) Received: from ?192.168.0.75? (cpe-66-69-97-231.satx.res.rr.com [66.69.97.231]) by mx.google.com with ESMTPS id 7sm475346yxd.26.2009.10.28.08.40.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Oct 2009 08:40:02 -0700 (PDT) Message-ID: <4AE865D1.7040305@gmail.com> Date: Wed, 28 Oct 2009 10:40:01 -0500 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GRUB 2 References: <4AE7A573.4030002@gmail.com> <20091028092136.GT28534@riva.ucam.org> In-Reply-To: <20091028092136.GT28534@riva.ucam.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub-1.97 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 15:40:12 -0000 Colin Watson wrote: > On Tue, Oct 27, 2009 at 08:59:15PM -0500, Bruce Dubbs wrote: >> I do have a question. After building a package, we like to test it for >> those packages that have tests built in. When I tried `make test`, I got >> an error about missing m2c. I then went to the Debian repository and >> built m2c. Now I get the error: > > I don't see the string "m2c" anywhere in GRUB. This is part of the > default 'make' rule for building Modula-2 programs, which is irrelevant > here; it's an accident of how files happen to be named that it's used at > all. > > GRUB does not have a regression test suite. Thanks for the confirmation. I had checked to see where m2c was used and couldn't find it either. -- Bruce