summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdlib/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-08 07:03:17 +0000
committerngie <ngie@FreeBSD.org>2015-11-08 07:03:17 +0000
commit8f1d682970a61ae304c51a2d2d9fb14932881052 (patch)
treef9271d53e99e79de2a498d70ed8774142da2f77e /tools/regression/lib/libc/stdlib/Makefile
parent8ae95d701f3a1acb98e4e694e9b3c5364f6cd8d8 (diff)
downloadFreeBSD-src-8f1d682970a61ae304c51a2d2d9fb14932881052.zip
FreeBSD-src-8f1d682970a61ae304c51a2d2d9fb14932881052.tar.gz
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 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression/lib/libc/stdlib/Makefile')
-rw-r--r--tools/regression/lib/libc/stdlib/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/regression/lib/libc/stdlib/Makefile b/tools/regression/lib/libc/stdlib/Makefile
deleted file mode 100644
index c707795..0000000
--- a/tools/regression/lib/libc/stdlib/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-TESTS= test-qsort \
- test-heapsort \
- test-mergesort
-
-.PHONY: tests
-tests: ${TESTS}
- for p in ${TESTS}; do ${.OBJDIR}/$$p; done
-
-.PHONY: clean
-clean:
- -rm -f ${TESTS}
OpenPOWER on IntegriCloud