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.42.238.208 with SMTP id kt16mr4487943icb.10.1382288284167; Sun, 20 Oct 2013 09:58:04 -0700 (PDT) X-Received: by 10.182.226.231 with SMTP id rv7mr23873obc.21.1382288283881; Sun, 20 Oct 2013 09:58:03 -0700 (PDT) Path: border1.nntp.ams.giganews.com!nntp.giganews.com!proxad.net!feeder2-2.proxad.net!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!209.85.216.88.MISMATCH!i2no23422387qav.0!news-out.google.com!9ni50460qaf.0!nntp.google.com!o2no15876668qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 20 Oct 2013 09:58:03 -0700 (PDT) In-Reply-To: <85ob6keyk7.fsf@stephe-leake.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.177.186.217; posting-account=UDBgjwoAAAAUE-1xSPkEFlO9xPi_znRy NNTP-Posting-Host: 83.177.186.217 References: <4a87105b-cc34-4bcc-9981-90b2bc8711a8@googlegroups.com> <85ob6keyk7.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: AUnit harness project and directory structure From: Christoffer Holmstedt Injection-Date: Sun, 20 Oct 2013 16:58:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:183683 Date: 2013-10-20T09:58:03-07:00 List-Id: Den s=F6ndagen den 20:e oktober 2013 kl. 17:45:12 UTC+2 skrev Stephen Leake= : > Christoffer Holmstedt writes: >=20 >=20 >=20 > > I just started with Ada and AUnit.=20 >=20 >=20 >=20 > Welcome! >=20 >=20 >=20 > > As an example I would like a structure as follows: >=20 > > >=20 > > project\ >=20 > > project\src >=20 > > project\src\PackageA >=20 > > project\tests >=20 > > project\tests\testPackageA >=20 >=20 >=20 > This is determined by the Source_Dirs settings in your project files, >=20 > and is certainly possible. Neither Ada nor AUnit make any >=20 > assumptions/demands about directory structure. >=20 >=20 >=20 > --=20 >=20 > -- Stephe Thank you Simon and Stephen for the warm welcome. Good to know that the exa= mple structure was just a basic example and nothing more. Will dig deeper i= n the available settings the upcoming week.