From owner-cvs-all Mon Apr 24 14: 7:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7660D37BC21; Mon, 24 Apr 2000 14:07:46 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA96135; Mon, 24 Apr 2000 14:07:46 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200004242107.OAA96135@freefall.freebsd.org> From: Jason Evans Date: Mon, 24 Apr 2000 14:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/test README hello_b.c hello_d.c hello_d.exp hello_s.c mutex_d.c mutex_d.exp sem_d.c sem_d.exp sigsuspend_d.c sigsuspend_d.exp sigwait_d.c sigwait_d.exp verify Makefile src/lib/libc_r/test/mutex Makefile mutex.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/04/24 14:07:46 PDT Modified files: lib/libc_r/test Makefile Added files: lib/libc_r/test README hello_b.c hello_d.c hello_d.exp hello_s.c mutex_d.c mutex_d.exp sem_d.c sem_d.exp sigsuspend_d.c sigsuspend_d.exp sigwait_d.c sigwait_d.exp verify Removed files: lib/libc_r/test/mutex Makefile mutex.c lib/libc_r/test/sigsuspend Makefile sigsuspend.c lib/libc_r/test/sigwait Makefile sigwait.c Log: Automated regression test harness for libc_r. Existing tests are integrated, a new test for POSIX semaphores was added, and examples of harness usage are included. Revision Changes Path 1.5 +118 -3 src/lib/libc_r/test/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message