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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:93:: with SMTP id 141-v6mr237874ita.55.1525984740858; Thu, 10 May 2018 13:39:00 -0700 (PDT) X-Received: by 2002:a9d:24a1:: with SMTP id z30-v6mr137166ota.4.1525984740542; Thu, 10 May 2018 13:39:00 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u74-v6no690056itb.0!news-out.google.com!b185-v6ni773itb.0!nntp.google.com!v8-v6no681145itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 10 May 2018 13:39:00 -0700 (PDT) In-Reply-To: <7bc351f9-3373-4d48-95c3-c081cb5506f3@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.218.37.33; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.218.37.33 References: <7bc351f9-3373-4d48-95c3-c081cb5506f3@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <417ed684-3ec8-420b-a4e0-ab906e5f49be@googlegroups.com> Subject: Re: Ada aunit examples From: Stephen Leake Injection-Date: Thu, 10 May 2018 20:39:00 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:52213 Date: 2018-05-10T13:39:00-07:00 List-Id: On Thursday, April 26, 2018 at 11:57:58 PM UTC-5, Michael Hardeman wrote: > Hey, > > Does anyone here have a good example of a project that uses AUnit? > > I want to see an example of a good test structure. > What is a harness, and how is it used? > What is a test suite, and how is it used? > How do I integrate it properly into my gpr project files? > > You can see the project I'm working on here. Notice there is a tests folder with plenty of tests ready to be added to a testing framework. https://github.com/MichaelAllenHardeman/bitcoin_script SAL (http://www.stephe-leake.org/ada/sal.html) has AUnit tests. It also has an aunit extension package Checks that makes it easier to write AUnit tests.