From owner-cvs-all@FreeBSD.ORG Fri Jul 28 16:01:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB0516A4DE; Fri, 28 Jul 2006 16:01:17 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A3643D79; Fri, 28 Jul 2006 16:00:59 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6SG0xoM049662; Fri, 28 Jul 2006 16:00:59 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6SG0xxS049658; Fri, 28 Jul 2006 16:00:59 GMT (envelope-from simon) Message-Id: <200607281600.k6SG0xxS049658@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 28 Jul 2006 16:00:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/lib/libmp Makefile test-libmp.c test-libmp.t X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 16:01:17 -0000 simon 2006-07-28 16:00:59 UTC FreeBSD src repository Added files: tools/regression/lib/libmp Makefile test-libmp.c test-libmp.t Log: Add a test program which performs some very basic tests of libmp(3). It is by no means expected to perform a complete test of the library for correctness, but is meant to test the API to make sure libmp (or libcrypto) updates don't totally break the library. Revision Changes Path 1.1 +12 -0 src/tools/regression/lib/libmp/Makefile (new) 1.1 +211 -0 src/tools/regression/lib/libmp/test-libmp.c (new) 1.1 +10 -0 src/tools/regression/lib/libmp/test-libmp.t (new)