Date: Fri, 25 Jun 2004 12:31:13 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/stdlib Makefiletest-heapsort.c test-mergesort.c test-qsort.c test-sort.h Message-ID: <200406251231.i5PCVDDt018969@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406251231.i5PCVDDt018969>