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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c5b65dfa8f465c57,start X-Google-Attributes: gid103376,public X-Google-Thread: 115aec,9a1571287027e3d6 X-Google-Attributes: gid115aec,public X-Google-ArrivalTime: 2002-08-30 14:34:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!newspeer.clara.net!news.clara.net!psiuk-p2!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin D. Condic" Newsgroups: comp.lang.ada,comp.realtime Subject: Re: Using ACATS for BSP check Date: Fri, 30 Aug 2002 11:07:43 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: References: NNTP-Posting-Host: dhcp-200-180.miami.pace.co.uk X-Trace: nh.pace.co.uk 1030720079 28556 136.170.200.180 (30 Aug 2002 15:07:59 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 30 Aug 2002 15:07:59 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:28610 comp.realtime:6152 Date: 2002-08-30T15:07:59+00:00 List-Id: I'm not sure what you mean by a BSP. ACATS is the "Ada Conformity Assessment Test Suite" - which is used to test that an Ada compiler meets the requirements of the definition of the Ada language. (See: http://www.ada-auth.org/) If "BSP" has something to do with processing Ada programs for translation to machine code or otherwise parsing Ada programs for some purpose, then ACATS may be helpful. Otherwise doubtful. I don't know anything about Adamulti in the Unix environment, but you will almost certainly find more help in comp.lang.ada - to which I have cross posted this message. Chances are, if you post more specifics about what you are trying to do, you will receive more help. General requests for information or tips with a vague statement of the work to be accomplished are a little hard to answer. Try to formulate more specific questions and you may get more help. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling Digital. Our Vision is to be the biggest supplier worldwide of digital gateway technology. www.pacemicro.com "Marcus Hedlund" wrote in message news:aknm7g$rbn$1@newstoo.ericsson.se... > Hi, > > I'm looking for a way to test a BSP if it is setup correctly. The > application I'm going to write will be in Ada, and I was wondering if it > could be possible to use ACATS test suite? > > However I'm having a bit of difficulties trying to get the test program > started for the Adamulti in the UNIX environment. > > If you have any more information or tips about how to get it started, I > would be very grateful. > > > > M. Hedlund > > >