Makefile (6e347527f49bca5950a11a861936d4815d6b2529) Makefile (47e1a877c5c8191429b17ad74bfe5c161c87abb0)
1# $NetBSD: Makefile,v 1.4 2006/11/09 15:25:37 jmmv Exp $
2# $FreeBSD$
3
4tests= t_mount
5tests+= t_statvfs
6tests+= t_mkdir
7tests+= t_vnode_leak
8tests+= t_setattr

--- 17 unchanged lines hidden (view full) ---

26
27regress: ${tests}
28.for t in ${tests}
29 @SUBRDIR=${.CURDIR} /bin/sh ${.CURDIR}/${t} ${TEST_ARGS}
30.endfor
31
32PROG= h_tools
33NO_MAN= # defined
1# $NetBSD: Makefile,v 1.4 2006/11/09 15:25:37 jmmv Exp $
2# $FreeBSD$
3
4tests= t_mount
5tests+= t_statvfs
6tests+= t_mkdir
7tests+= t_vnode_leak
8tests+= t_setattr

--- 17 unchanged lines hidden (view full) ---

26
27regress: ${tests}
28.for t in ${tests}
29 @SUBRDIR=${.CURDIR} /bin/sh ${.CURDIR}/${t} ${TEST_ARGS}
30.endfor
31
32PROG= h_tools
33NO_MAN= # defined
34WARNS= 4
34WARNS?= 4
35
36t_sizes t_sockets t_statvfs: h_tools
37
38.include <bsd.prog.mk>
35
36t_sizes t_sockets t_statvfs: h_tools
37
38.include <bsd.prog.mk>