From 6a7bd1fb9e0408191a89afc2476a899cda78c06f Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 21 Oct 2015 13:13:38 +0000 Subject: Add some rudimentary [smoke] testcases for makefs MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- usr.sbin/makefs/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usr.sbin/makefs/Makefile') diff --git a/usr.sbin/makefs/Makefile b/usr.sbin/makefs/Makefile index 882fe45..7a0ebf0 100644 --- a/usr.sbin/makefs/Makefile +++ b/usr.sbin/makefs/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + PROG= makefs CFLAGS+=-I${.CURDIR} @@ -32,4 +34,8 @@ SRCS+= ffs_tables.c CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd LIBADD= netbsd util sbuf +.if ${MK_TESTS} != "no" +SUBDIR+= tests +.endif + .include -- cgit v1.1