summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-18 22:20:46 +0000
committerphk <phk@FreeBSD.org>2003-04-18 22:20:46 +0000
commit90f1f27caaa73bd35b1c0b8492d9e8d3e2c5ab02 (patch)
tree7cd1017d798eef77997d5045de98fe59ec93dcfe /sbin/bsdlabel/Makefile
parenta9bfff60223a8d07b56fdf6f6b4371cb7dc212a5 (diff)
downloadFreeBSD-src-90f1f27caaa73bd35b1c0b8492d9e8d3e2c5ab02.zip
FreeBSD-src-90f1f27caaa73bd35b1c0b8492d9e8d3e2c5ab02.tar.gz
Add the beginning of a regression test.
So far it checks the overwrites of the BSD label inband (ie: dd if=/dev/ad0a of=/dev/ad2a). This excercises the geom::slice::hotspot code.
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index f0f400e..833a281 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -11,3 +11,6 @@ CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>
+
+test: ${PROG}
+ sh ${.CURDIR}/runtest.sh
OpenPOWER on IntegriCloud