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,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.posted.plusnet!news.posted.plusnet.POSTED!not-for-mail NNTP-Posting-Date: Mon, 16 Mar 2009 11:10:20 -0500 Date: Mon, 16 Mar 2009 16:10:16 +0000 From: Tim Rowe User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Installing AUnit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-NjsjmDg3Z8rFwpZaLlUxrMifG3p7dryjRvjFPUG+5N59IBeKJOGW/XBA9jbuVqIi2rGNwOnJGCSUDhd!vddB7+gM7HJal+ms99S1l0nB/tZo5Pe49EDe/DM8znSmm70heoH+wAPjgW8qLdBuM/sf0Q0oXuc/!NXpQesc667GQ X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Xref: g2news1.google.com comp.lang.ada:4146 Date: 2009-03-16T16:10:16+00:00 List-Id: I'm trying to install AUnit. I've downloaded the sources, run doinstall.bat, accepted all the defaults and -- now what? The test code I'm developing falls over at: with Aunit.Test_Cases; because it can't find aunit.ads. Fair enough, I need to make it available, but searching my system I find I now have 3 files called aunit.ads, in c:\program files\GNAT\2008\share\examples\aunit, c:\program files\GNAT\2008\share\gps\aunit-2.03-src\template and in c:\program files\GNAT\2008\share\gps\aunit-2.03-src\test\src. None of those looks a very likely contender for the one I should make available -- which one should it be? (And how do I do that in AdaGIDE?) Thanks in advance!