From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26668 invoked by alias); 26 Aug 2004 20:52:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26653 invoked from network); 26 Aug 2004 20:52:08 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sourceware.org with SMTP; 26 Aug 2004 20:52:08 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C0RCe-000211-00; Thu, 26 Aug 2004 16:50:36 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 7EEFC4B102; Thu, 26 Aug 2004 16:50:36 -0400 (EDT) Date: Thu, 26 Aug 2004 20:52:00 -0000 From: Michael Chastain To: ibr@ata.cs.hun.edu.tr, gdb-patches@sources.redhat.com Subject: Re: testcase for "absolute source" patch Message-ID: <412E4D1C.nail35G27QKEG@mindspring.com> References: <20040816144349.GB1509@ata.cs.hun.edu.tr> <412107B7.nailE7I1XJVIH@mindspring.com> <20040818130626.GB1411@ata.cs.hun.edu.tr> <4123763C.nailM3P11DT7E@mindspring.com> <20040818155324.GC1411@ata.cs.hun.edu.tr> <4123A736.nail5OO17XN7L@mindspring.com> <20040818220613.GA3143@ata.cs.hun.edu.tr> <4123E749.nail65Z1YIZ3O@mindspring.com> <20040819093431.GA7557@ata.cs.hacettepe.edu.tr> <41247930.nailCDI1X6FB6@mindspring.com> <20040826203925.GB18267@ata.cs.hun.edu.tr> In-Reply-To: <20040826203925.GB18267@ata.cs.hun.edu.tr> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00716.txt.bz2 It looks like you are using the "gdb+dejagnu" package and then running "make check" at the top level, which checks everything. Go into the gdb/testsuite directory in your build tree and do "make check" there. That tests only gdb. I don't want to get into the crumbling C++ code in dejagnu's own test suite.