2007-06-16 02:04:44 +00:00
|
|
|
# $NetBSD: Makefile,v 1.4 2006/11/09 15:25:37 jmmv Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
tests= t_mount
|
|
|
|
tests+= t_statvfs
|
|
|
|
tests+= t_mkdir
|
|
|
|
tests+= t_vnode_leak
|
|
|
|
tests+= t_setattr
|
|
|
|
tests+= t_rmdir
|
|
|
|
tests+= t_trail_slash
|
|
|
|
tests+= t_dots
|
|
|
|
tests+= t_create
|
|
|
|
tests+= t_remove
|
|
|
|
tests+= t_link
|
|
|
|
tests+= t_rename
|
|
|
|
tests+= t_read_write
|
|
|
|
tests+= t_exec
|
|
|
|
tests+= t_truncate
|
|
|
|
tests+= t_sizes
|
|
|
|
tests+= t_times
|
|
|
|
tests+= t_symlink
|
|
|
|
tests+= t_pipes
|
|
|
|
tests+= t_sockets
|
|
|
|
tests+= t_readdir
|
|
|
|
tests+= t_vnd
|
|
|
|
|
|
|
|
regress: ${tests}
|
|
|
|
.for t in ${tests}
|
|
|
|
@SUBRDIR=${.CURDIR} /bin/sh ${.CURDIR}/${t} ${TEST_ARGS}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
PROG= h_tools
|
2014-04-13 05:21:56 +00:00
|
|
|
MAN=
|
2010-03-02 16:58:04 +00:00
|
|
|
WARNS?= 4
|
2007-06-16 02:04:44 +00:00
|
|
|
|
|
|
|
t_sizes t_sockets t_statvfs: h_tools
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|