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