aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/tmpfs/Makefile
blob: f96ba1878a4dd3783b3f0e440077f522b90ef1be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#	$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
NO_MAN=	# defined
WARNS?=	4

t_sizes t_sockets t_statvfs: h_tools

.include <bsd.prog.mk>