From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 06D3F7EE4B for ; Tue, 1 Oct 2013 09:28:17 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of berenger@riken.jp) identity=pra; client-ip=134.160.33.161; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of berenger@riken.jp designates 134.160.33.161 as permitted sender) identity=mailfrom; client-ip=134.160.33.161; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of postmaster@postman.riken.jp designates 134.160.33.161 as permitted sender) identity=helo; client-ip=134.160.33.161; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="postmaster@postman.riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiwBAPp4SlKGoCGhnGdsb2JhbABagz/BVIFHDgEBAQEBCAsJCRQogiUBAQU4UQsYCSUPAkYTCAEBiAIMvSSOAoFWFoQMA4k3jkiBL4UEjno X-IPAS-Result: AiwBAPp4SlKGoCGhnGdsb2JhbABagz/BVIFHDgEBAQEBCAsJCRQogiUBAQU4UQsYCSUPAkYTCAEBiAIMvSSOAoFWFoQMA4k3jkiBL4UEjno X-IronPort-AV: E=Sophos;i="4.90,1012,1371074400"; d="scan'208";a="35016433" Received: from postman1.riken.jp (HELO postman.riken.jp) ([134.160.33.161]) by mail2-smtp-roc.national.inria.fr with ESMTP; 01 Oct 2013 09:28:14 +0200 Received: from postman.riken.jp (postman1.riken.jp [127.0.0.1]) by postman.riken.jp (Postfix) with SMTP id BD20832C02CD for ; Tue, 1 Oct 2013 16:28:12 +0900 (JST) Received: from [172.27.98.103] (rikad98.riken.jp [134.160.214.98]) by postman.riken.jp (Postfix) with ESMTPA id 5475032A0085 for ; Tue, 1 Oct 2013 16:28:12 +0900 (JST) Message-ID: <524A7965.20703@riken.jp> Date: Tue, 01 Oct 2013 16:27:33 +0900 From: Francois Berenger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: caml-list@inria.fr References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.10.1.71814 Subject: Re: [Caml-list] [ANN] OUnit v2.0.0 On 09/30/2013 11:17 PM, Sylvain Le Gall wrote: > [...] > FTR, OPAM package is available and I forget to include a short > description of what OUnit is about: > > OUnit is a unit test framework for OCaml. It allows one to easily create > unit-tests for OCaml code. It is based on HUnit, a unit testing > framework for Haskell. It is similar to JUnit, and other XUnit testing > frameworks. The excellent OUnit is used by qtest: http://batteries.vhugot.com/qtest/ The tool of choice to write tests as comments in your OCaml code. This is used a lot in batteries' source code. Best regards, Francois Berenger.