From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7992d2ba081b33a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!q9g2000yqc.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Installing AUnit Date: Thu, 19 Mar 2009 06:17:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7a4d6077-cd65-4835-b1dc-a26acec4b74b@q9g2000yqc.googlegroups.com> References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1237468625 28886 127.0.0.1 (19 Mar 2009 13:17:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Mar 2009 13:17:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q9g2000yqc.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:4188 Date: 2009-03-19T06:17:05-07:00 List-Id: Martin wrote on comp.lang.ada: > On Mar 19, 11:52=A0am, Tim Rowe wrote: > > > Peter C. Chapin wrote: > > > of this is that one can simply include > > > > =A0 =A0 =A0 =A0 =A0 =A0with "aunit.gpr"; > > > > in any project file that needs to use AUnit and GNAT auto-magically > > > finds what it needs without having to play with the ADA_PROJECT_PATH > > > evironment variable. > > > What do you mean by a project file in this context? That doesn't seem t= o > > be legal syntax within an Ada specification file. > > A GPS project file (GNAT Programming Studio) - Google "libre gnat gps" Actually a GNAT project file, supported by gnatmake since at least 3.15p i.e. before GPS even existed. Described in detail in the chapter "GNAT Project Manager" of the GNAT User's Guide. -- Ludovic Brenta.