etc/services - sync with NetBSD-8
[minix.git] / tests / fs / tmpfs / Makefile
blob41f54672a209335af6ab61bb95b80d9516429803
1 # $NetBSD: Makefile,v 1.6 2010/06/07 03:43:51 riz Exp $
3 TESTSDIR= ${TESTSBASE}/fs/tmpfs
4 WARNS= 4
6 TESTS_SH= t_create
7 TESTS_SH+= t_devices
8 TESTS_SH+= t_dots
9 TESTS_SH+= t_exec
10 TESTS_SH+= t_link
11 TESTS_SH+= t_mkdir
12 TESTS_SH+= t_mknod
13 TESTS_SH+= t_mount
14 TESTS_SH+= t_pipes
15 TESTS_SH+= t_read_write
16 TESTS_SH+= t_readdir
17 TESTS_SH+= t_remove
18 TESTS_SH+= t_rename
19 TESTS_SH+= t_rmdir
20 TESTS_SH+= t_setattr
21 TESTS_SH+= t_sizes
22 TESTS_SH+= t_sockets
23 TESTS_SH+= t_statvfs
24 TESTS_SH+= t_symlink
25 TESTS_SH+= t_times
26 TESTS_SH+= t_trail_slash
27 TESTS_SH+= t_truncate
28 TESTS_SH+= t_vnd
29 TESTS_SH+= t_vnode_leak
31 TESTS_C+= t_renamerace
33 LDADD.t_renamerace+= -lrumpfs_tmpfs -lrumpvfs -lrump -lrumpuser -lpthread
35 FILES= h_funcs.subr
36 FILESDIR= ${TESTSDIR}
38 PROGS= h_tools
39 SRCS.h_tools= h_tools.c
40 MAN.h_tools= # empty
41 BINDIR.h_tools= ${TESTSDIR}
43 .include <bsd.test.mk>