Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 7870 invoked from network); 19 Aug 2006 21:28:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2006 21:28:39 -0000 Received: (qmail 47716 invoked by uid 500); 19 Aug 2006 21:28:35 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 47684 invoked by uid 500); 19 Aug 2006 21:28:34 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 47672 invoked by uid 99); 19 Aug 2006 21:28:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2006 14:28:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2006 14:28:30 -0700 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 34863370AC for ; Sat, 19 Aug 2006 22:28:06 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PvtUNHDE0kLc for ; Sat, 19 Aug 2006 22:28:04 +0100 (BST) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) by tobor.hpl.hp.com (Postfix) with ESMTP id 689D6370AB for ; Sat, 19 Aug 2006 22:28:03 +0100 (BST) Received: from [16.27.195.124] ([16.27.195.124]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id k7JLRsar005452 for ; Sat, 19 Aug 2006 22:27:55 +0100 (BST) Message-ID: <44E78261.5090706@apache.org> Date: Sat, 19 Aug 2006 22:28:01 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Ant Users List Subject: Re: Ant, C++ and Unit tests References: <6AEF81150769044DAD3056466B03847803890932@CA-EVS01.pelco.org> In-Reply-To: <6AEF81150769044DAD3056466B03847803890932@CA-EVS01.pelco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Kirkpatrick, Kevin wrote: > What is the mechanism for facilitating unit tests? I know there is Junit > and Nunit. What do you guys use with ant and C++? I've used CppUnit one problem w/ C++ is that any failing test usually toasts the memory of the app so you can end up with a mess. There are some things you cant test for because of this, and you always have to focus on the first test that fails because it can corrupt the followon test. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org