From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 21:11:49 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 D69AA16A424 for ; Mon, 6 Mar 2006 21:11:49 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED15E43D4C for ; Mon, 6 Mar 2006 21:11:47 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-72.dynamic.qsc.de [212.202.169.72]) by efacilitas.de (Postfix) with ESMTP id CAE004C6C7; Mon, 6 Mar 2006 22:22:14 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id A36925285A; Mon, 6 Mar 2006 22:11:41 +0100 (CET) Message-ID: <440CA592.6090007@cs.tu-berlin.de> Date: Mon, 06 Mar 2006 22:11:46 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Yuan Jue References: <200603061636.52621.yuanjue02@gmail.com> In-Reply-To: <200603061636.52621.yuanjue02@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org 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: Mon, 06 Mar 2006 21:11:50 -0000 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="^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 Hope that helps. Björn