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: Ed Falis Subject: Re: XP with Ada? Date: 2000/08/04 Message-ID: <20000804171134.000069@192.168.0.2>#1/1 X-Deja-AN: 654567581 References: <398A5709.E985FE95@rmail.bofors> <20000804104920.299945@192.168.0.2> <87r984zsaz.fsf@chiark.greenend.org.uk> X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.mediaone.net 965423490 24.218.121.133 (Fri, 04 Aug 2000 17:11:30 EDT) Organization: Road Runner NNTP-Posting-Date: Fri, 04 Aug 2000 17:11:30 EDT 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. Matthew Woodcraft wrote: > That sounds extremely useful. Is it publicly available? > > -M- Guess it's time to talk to the boss ;-) - Ed