aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-18 22:20:46 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-18 22:20:46 +0000
commitd7960ce5a225956564aa473b16f5240782c51dd9 (patch)
tree7cd1017d798eef77997d5045de98fe59ec93dcfe /sbin/bsdlabel/Makefile
parent171614bfd690d553d93d0c4efcbbc3dcea917ed4 (diff)
downloadsrc-d7960ce5a225956564aa473b16f5240782c51dd9.tar.gz
src-d7960ce5a225956564aa473b16f5240782c51dd9.zip
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.
Notes
Notes: svn path=/head/; revision=113695
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 f0f400edd6be..833a281d7c62 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