Pass read/write CRx registers to userspace
[freebsd-src/fkvm-freebsd.git] / tools / regression / tmpfs / Makefile
blob91e13922e9940bdcf1d1c86144c2df4180894996
1 # $NetBSD: Makefile,v 1.4 2006/11/09 15:25:37 jmmv Exp $
2 # $FreeBSD$
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
27 regress: ${tests}
28 .for t in ${tests}
29 @SUBRDIR=${.CURDIR} /bin/sh ${.CURDIR}/${t} ${TEST_ARGS}
30 .endfor
32 PROG= h_tools
33 NO_MAN= # defined
34 WARNS= 4
36 t_sizes t_sockets t_statvfs: h_tools
38 .include <bsd.prog.mk>