]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/tmpfs/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / tmpfs / Makefile
1 #       $NetBSD: Makefile,v 1.4 2006/11/09 15:25:37 jmmv Exp $
2 # $FreeBSD$
3
4 tests=  t_mount
5 tests+= t_statvfs
6 tests+= t_mkdir
7 tests+= t_vnode_leak
8 tests+= t_setattr
9 tests+= t_rmdir
10 tests+= t_trail_slash
11 tests+= t_dots
12 tests+= t_create
13 tests+= t_remove
14 tests+= t_link
15 tests+= t_rename
16 tests+= t_read_write
17 tests+= t_exec
18 tests+= t_truncate
19 tests+= t_sizes
20 tests+= t_times
21 tests+= t_symlink
22 tests+= t_pipes
23 tests+= t_sockets
24 tests+= t_readdir
25 tests+= t_vnd
26
27 regress: ${tests}
28 .for t in ${tests}
29         @SUBRDIR=${.CURDIR} /bin/sh ${.CURDIR}/${t} ${TEST_ARGS}
30 .endfor
31
32 PROG=   h_tools
33 NO_MAN= # defined
34 WARNS?= 4
35
36 t_sizes t_sockets t_statvfs: h_tools
37
38 .include <bsd.prog.mk>