summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdlib/Makefile
diff options
context:
space:
mode:
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