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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.16.11 with SMTP id 11mr2347523ity.15.1519233976915; Wed, 21 Feb 2018 09:26:16 -0800 (PST) X-Received: by 10.157.113.143 with SMTP id o15mr193626otj.6.1519233975924; Wed, 21 Feb 2018 09:26:15 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w142no302187ita.0!news-out.google.com!s63ni1062itb.0!nntp.google.com!w142no302185ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 21 Feb 2018 09:26:15 -0800 (PST) In-Reply-To: <41e9b350-d78f-4837-b22a-2247d00be63a@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.39; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.39 References: <334c03aa-6f7d-4c8a-accc-ba103e084309@googlegroups.com> <41e9b350-d78f-4837-b22a-2247d00be63a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <29ef79b2-79ce-4f57-9d60-a76b763c39dd@googlegroups.com> Subject: Re: gnattest: aunit not installed From: Anh Vo Injection-Date: Wed, 21 Feb 2018 17:26:16 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:50524 Date: 2018-02-21T09:26:15-08:00 List-Id: On Wednesday, February 21, 2018 at 5:24:20 AM UTC-8, robi...@e2eservices.co.uk wrote: > On Wednesday, February 21, 2018 at 1:04:03 PM UTC, Bojan Bozovic wrote: > > Try example from share/examples/gnattest/simple there is README.Testing there. Also look at AdaCore documentation on AUnit from http://docs.adacore.com/live/wave/aunit/html/aunit_cb/aunit_cb.html > > > > It that doesn't help wait for someone experienced to answer, as I am a beginner. > > Afraid that even the examples fail to build.. After installing the GNAT, you should see aunit.gpr along with other projects located at /GNAT_INSTALLATION_DIR/lib/gnat. In addition, make sure the variable GPR_PROJECT_PATH pointing this location. If it does not exist, create one for it. Anh Vo