repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pass read/write CRx registers to userspace
[freebsd-src/fkvm-freebsd.git]
/
tools
/
regression
/
tmpfs
/
Makefile
blob
91e13922e9940bdcf1d1c86144c2df4180894996
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
>