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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c1d5112982d0cb38 X-Google-Attributes: gid103376,public From: Matthew Woodcraft Subject: Re: XP with Ada? Date: 2000/08/04 Message-ID: <87r984zsaz.fsf@chiark.greenend.org.uk>#1/1 X-Deja-AN: 654552949 Sender: mjw@golux References: <398A5709.E985FE95@rmail.bofors> <20000804104920.299945@192.168.0.2> X-Complaints-To: abuse@net.ntl.com X-Trace: news2-win.server.ntlworld.com 965420760 62.253.132.90 (Fri, 04 Aug 2000 21:26:00 BST) Organization: ntl Cablemodem News Service NNTP-Posting-Date: Fri, 04 Aug 2000 21:26:00 BST Newsgroups: comp.lang.ada Date: 2000-08-04T00:00:00+00:00 List-Id: Ed Falis writes: > I haven't done anything substantial, since I haven't been in a team > programming environment recently. But the first thing you need is a unit > test framework. I've adapted JUnit to use in command line mode for Ada, > but it only works with GNAT, as I needed to use pragma Debug to ensure > that the tests are compiled with assertions enabled. That sounds extremely useful. Is it publicly available? -M-