From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20923 invoked by alias); 22 Oct 2003 13:30:05 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20910 invoked by uid 48); 22 Oct 2003 13:30:03 -0000 Date: Wed, 22 Oct 2003 14:05:00 -0000 Message-ID: <20031022133003.20907.qmail@sources.redhat.com> From: "charlet at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20020310103601.5909.zack@codesourcery.com> References: <20020310103601.5909.zack@codesourcery.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug ada/5909] Ada has no test suite. X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg01884.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5909 ------- Additional Comments From charlet at gcc dot gnu dot org 2003-10-22 13:29 ------- I've started from Laurent's set up to integrate the ACATS test suite as part of 'make check'. I have a complete set up which is working. Since Laurent and I know nothing about dejagnu, we're simply using sh to run the test suite, which is working just fine. The integration follows other gcc requirements: using make check will run the acats test suite if Ada is enabled, and make check-ada will work on a non installed version of the compiler. If this is acceptable, the ACATS test suite along with the makefile changes could be incorporated as soon as practical (e.g. probably after the 3.4 branch). I am using make check-ada (part of make check) before any of my check ins. Arno