From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2955 invoked by alias); 5 Jan 2011 20:25:47 -0000 Received: (qmail 2897 invoked by uid 22791); 5 Jan 2011 20:25:46 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Jan 2011 20:25:42 +0000 Received: (qmail 19287 invoked from network); 5 Jan 2011 20:25:41 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 5 Jan 2011 20:25:41 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1PaZvP-0001Jo-Si; Wed, 05 Jan 2011 20:25:39 +0000 Date: Wed, 05 Jan 2011 20:43:00 -0000 From: "Joseph S. Myers" To: Dave Korn cc: Rainer Orth , gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, Hans Boehm , Paolo Bonzini , Janis Johnson , Ben Elliston , Ralf Wildenhues Subject: Re: [testsuite, build] Convert boehm-gc testsuite to DejaGnu (PR boehm-gc/11412) In-Reply-To: <4D24D81D.3000304@gmail.com> Message-ID: References: <4D24D81D.3000304@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00261.txt.bz2 On Wed, 5 Jan 2011, Dave Korn wrote: > Perhaps just build it in the makefile, as at present, and make the .la file > a dependency of the check target, so that it gets built before starting the > testrun? (Or conceivably if worried about it failing to build on some target Please no building of any files required by testsuites (other than site.exp) from makefiles; that breaks installed toolchain testing (where you should only need to create site.exp and run runtest with appropriate options). -- Joseph S. Myers joseph@codesourcery.com