summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/gen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/lib/libc/gen/Makefile')
-rw-r--r--tools/regression/lib/libc/gen/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/regression/lib/libc/gen/Makefile b/tools/regression/lib/libc/gen/Makefile
deleted file mode 100644
index f3a40e351d90..000000000000
--- a/tools/regression/lib/libc/gen/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-TESTS= test-fmtcheck test-fmtmsg test-fnmatch \
- test-ftw test-popen test-posix_spawn test-wordexp
-
-.PHONY: tests
-tests: ${TESTS}
- for p in ${TESTS}; do ${.OBJDIR}/$$p; done
-
-.PHONY: clean
-clean:
- -rm -f ${TESTS}
-
-sh-tests: test-fnmatch
- ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
- ./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0