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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,595c75298fbdce96 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!q35g2000yqn.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Is Aunit helpful? Date: Thu, 5 Aug 2010 13:39:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8d166cfb-4850-42b6-ac25-d9ac00df7565@q35g2000yqn.googlegroups.com> References: <8a1e58c0-2330-4475-8013-97df103dd85e@o19g2000yqb.googlegroups.com> <82r5ids1o9.fsf@stephe-leake.org> <20100805211820.52c18cb5.tero.koskinen@iki.fi> NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1281040740 21565 127.0.0.1 (5 Aug 2010 20:39:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 5 Aug 2010 20:39:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q35g2000yqn.googlegroups.com; posting-host=193.11.22.91; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12889 Date: 2010-08-05T13:39:00-07:00 List-Id: On Aug 5, 8:18=A0pm, Tero Koskinen wrote: > AdaCommons wiki has a small article and an example:http://www.adacommons.= org/AUnit > > http://www.adacommons.org/AUnit_Calculator_Example > > The example is for AUnit 1.x. It most likely doesn't work out of the box > with AUnit 2.x or 3.x, since every AUnit major version has somewhat > different API. > Thanks. I did find this example earlier but the commands given there: gnatmake -Pcalc ./harness -v doesn't seem right. Though gnatmake -Pcalc is correct and works, I don't understand what the additional "./harness " is for. YC