From owner-freebsd-questions@FreeBSD.ORG Tue Mar 7 01:19:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749A216A420 for ; Tue, 7 Mar 2006 01:19:39 +0000 (GMT) (envelope-from yuanjue02@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id F256843D46 for ; Tue, 7 Mar 2006 01:19:38 +0000 (GMT) (envelope-from yuanjue02@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so1388455nzf for ; Mon, 06 Mar 2006 17:19:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=hXfjQytZR0Q3K3IxrqN0E5dUGkPdVHCwRgILftW/uacNPb6cMe/2eADrWO8zMC7RHkO1S6mmoqEDDzBlsHRhPuF/gA+2dwvZEaMdQQeqjplMBA0f495TBY4MvnnR5JaFwsuIq+C9zSG3dnEfZtZxwDhBkQSkLkJiWIKyt+eR8QI= Received: by 10.36.50.8 with SMTP id x8mr7788370nzx; Mon, 06 Mar 2006 17:19:38 -0800 (PST) Received: from ?192.168.1.218? ( [221.219.0.49]) by mx.gmail.com with ESMTP id 20sm2060918nzp.2006.03.06.17.19.36; Mon, 06 Mar 2006 17:19:38 -0800 (PST) From: Yuan Jue Organization: Tsinghua UNIV. To: freebsd-questions@freebsd.org Date: Tue, 7 Mar 2006 09:21:18 +0800 User-Agent: KMail/1.9.1 References: <200603061636.52621.yuanjue02@gmail.com> <440CA592.6090007@cs.tu-berlin.de> In-Reply-To: <440CA592.6090007@cs.tu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603070921.18733.yuanjue02@gmail.com> Cc: =?iso-8859-1?q?Bj=F6rn_K=F6nig?= Subject: Re: C++ unit testing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2006 01:19:39 -0000 On Tuesday 07 March 2006 05:11, Bj=F6rn K=F6nig wrote: > Yuan Jue schrieb: > > Hi, all. > > > > How could I do a C++ unit testing? Is there an open source tool like > > JUnit for Jaca unit testing? > > > > Thanks in advance. > > [22:11:03] bkoenig@hoppel:/usr/ports > > > make > > search key=3D"^cppunit" > > Port: cppunit-1.10.2 > Path: /usr/ports/devel/cppunit > Info: C++ port of the JUnit framework for unit testing > Maint: gcross@fastmail.fm > B-deps: > R-deps: > WWW: http://cppunit.sourceforge.net thanks. it really helps :) =2D-=20 Best Regards. Yuan Jue