]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r290538:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 15 Nov 2015 20:11:55 +0000 (20:11 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 15 Nov 2015 20:11:55 +0000 (20:11 +0000)
commit6c23429edb4791f647db70cf7d8bdc67cc63d31c
tree8d8ced6477d37fe92788d270585a48452121e4e4
parent05f1464870411daea4b1d22d0904f130ea1733ae
MFC r290538:

Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite
as lib/libc/tests/stdlib

- Make the code a bit more style(9) compliant
- Convert a sizeof(x)/sizeof(x[0]) to nitems

Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@290876 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/tests/stdlib/Makefile
lib/libc/tests/stdlib/heapsort_test.c [moved from tools/regression/lib/libc/stdlib/test-heapsort.c with 68% similarity]
lib/libc/tests/stdlib/mergesort_test.c [moved from tools/regression/lib/libc/stdlib/test-mergesort.c with 68% similarity]
lib/libc/tests/stdlib/qsort_test.c [moved from tools/regression/lib/libc/stdlib/test-qsort.c with 68% similarity]
lib/libc/tests/stdlib/test-sort.h [new file with mode: 0644]
tools/regression/lib/libc/stdlib/Makefile [deleted file]
tools/regression/lib/libc/stdlib/test-heapsort.t [deleted file]
tools/regression/lib/libc/stdlib/test-mergesort.t [deleted file]
tools/regression/lib/libc/stdlib/test-qsort.t [deleted file]
tools/regression/lib/libc/stdlib/test-sort.h [deleted file]