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,31c8255073b2d349 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!t2g2000yqe.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release Date: Sat, 4 Sep 2010 10:03:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3fcdd97e-9472-4ceb-890c-892bfcf31351@t2g2000yqe.googlegroups.com> References: <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b644@u6g2000yqh.googlegroups.com> <5c42e8bf-b12d-4c92-9eb6-5b056832352a@l20g2000yqe.googlegroups.com> 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 1283619807 345 127.0.0.1 (4 Sep 2010 17:03:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 4 Sep 2010 17:03:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t2g2000yqe.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:13946 Date: 2010-09-04T10:03:27-07:00 List-Id: On Sep 4, 5:23=A0pm, Simon Wright wrote: > Ada novice writes: > > I'm not proud of course that I don't understand how to use Aunit, but > > can I just separate the three files as I did above and try to run > > test_extensions.adb? > > With some difficulty. > Thanks. I did what you asked. Afterwards I opened test_extensions.gpr in GPS and could compile the main file test_extensions.adb and get the results. I see that if I open tests.gpr, I can't compile the file tests-main.adb. So I guess that I should stick to test_extensions.gpr and test_extensions.adb. Thanks. YC