summaryrefslogtreecommitdiffstats
path: root/tools/regression/pipe/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-23 09:26:53 +0000
committerngie <ngie@FreeBSD.org>2015-11-23 09:26:53 +0000
commitd84acbd961805440ae74bea28ca28cbbb121b871 (patch)
tree0d3602d114daa2514ee31e0404b5f954cbdf3b69 /tools/regression/pipe/Makefile
parent3cb0c7ddff092a0a02d788dde117fd0769018c4a (diff)
downloadFreeBSD-src-d84acbd961805440ae74bea28ca28cbbb121b871.zip
FreeBSD-src-d84acbd961805440ae74bea28ca28cbbb121b871.tar.gz
MFC r290914:
Integrate tools/regression/pipe in to the FreeBSD test suite as tests/sys/kern/pipe - Fix style(9) bugs - Fix compiler warnings - Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern The testcases will be converted over to ATF eventually, but for now will be integrated in as plain C tests Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression/pipe/Makefile')
-rw-r--r--tools/regression/pipe/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/regression/pipe/Makefile b/tools/regression/pipe/Makefile
deleted file mode 100644
index 8a5f83a..0000000
--- a/tools/regression/pipe/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# $FreeBSD$
-#
-# "make" then "make regress".
-#
-PROG= bigpipetest
-MAN=
-
-regress:
- @if ./bigpipetest; then \
- echo "PASS"; \
- else \
- echo "FAIL"; \
- fi
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud