1f8c94cecSXin LI# $NetBSD: Makefile,v 1.4 2006/11/09 15:25:37 jmmv Exp $ 2f8c94cecSXin LI# $FreeBSD$ 3f8c94cecSXin LI 4f8c94cecSXin LItests= t_mount 5f8c94cecSXin LItests+= t_statvfs 6f8c94cecSXin LItests+= t_mkdir 7f8c94cecSXin LItests+= t_vnode_leak 8f8c94cecSXin LItests+= t_setattr 9f8c94cecSXin LItests+= t_rmdir 10f8c94cecSXin LItests+= t_trail_slash 11f8c94cecSXin LItests+= t_dots 12f8c94cecSXin LItests+= t_create 13f8c94cecSXin LItests+= t_remove 14f8c94cecSXin LItests+= t_link 15f8c94cecSXin LItests+= t_rename 16f8c94cecSXin LItests+= t_read_write 17f8c94cecSXin LItests+= t_exec 18f8c94cecSXin LItests+= t_truncate 19f8c94cecSXin LItests+= t_sizes 20f8c94cecSXin LItests+= t_times 21f8c94cecSXin LItests+= t_symlink 22f8c94cecSXin LItests+= t_pipes 23f8c94cecSXin LItests+= t_sockets 24f8c94cecSXin LItests+= t_readdir 25f8c94cecSXin LItests+= t_vnd 26f8c94cecSXin LI 27f8c94cecSXin LIregress: ${tests} 28f8c94cecSXin LI.for t in ${tests} 29f8c94cecSXin LI @SUBRDIR=${.CURDIR} /bin/sh ${.CURDIR}/${t} ${TEST_ARGS} 30f8c94cecSXin LI.endfor 31f8c94cecSXin LI 32f8c94cecSXin LIPROG= h_tools 33*3bdf7758SWarner LoshMAN= 3447e1a877SUlrich SpörleinWARNS?= 4 35f8c94cecSXin LI 36f8c94cecSXin LIt_sizes t_sockets t_statvfs: h_tools 37f8c94cecSXin LI 38f8c94cecSXin LI.include <bsd.prog.mk> 39