From owner-cvs-all@FreeBSD.ORG Fri Jun 25 12:31:13 2004 Return-Path: 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 35DF716A4CE; Fri, 25 Jun 2004 12:31:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9DC43D2F; Fri, 25 Jun 2004 12:31:13 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5PCVDxi018970; Fri, 25 Jun 2004 12:31:13 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5PCVDDt018969; Fri, 25 Jun 2004 12:31:13 GMT (envelope-from sobomax) Message-Id: <200406251231.i5PCVDDt018969@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 25 Jun 2004 12:31:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/lib/libc/stdlib Makefiletest-heapsort.c test-mergesort.c test-qsort.c test-sort.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2004 12:31:13 -0000 sobomax 2004-06-25 12:31:13 UTC FreeBSD src repository Added files: tools/regression/lib/libc/stdlib Makefile test-heapsort.c test-mergesort.c test-qsort.c test-sort.h Log: Add qsort, mergesort and heapsort regression tests. Revision Changes Path 1.1 +13 -0 src/tools/regression/lib/libc/stdlib/Makefile (new) 1.1 +65 -0 src/tools/regression/lib/libc/stdlib/test-heapsort.c (new) 1.1 +65 -0 src/tools/regression/lib/libc/stdlib/test-mergesort.c (new) 1.1 +65 -0 src/tools/regression/lib/libc/stdlib/test-qsort.c (new) 1.1 +269 -0 src/tools/regression/lib/libc/stdlib/test-sort.h (new)