cvs commit: src/tools/regression/lib/libc/stdlib Makefiletest-heapsort.c test-mergesort.c test-qsort.c test-sort.h

Maxim Sobolev sobomax at FreeBSD.org
Fri Jun 25 05:31:13 PDT 2004


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)


More information about the cvs-src mailing list