003 File Manager
Current Path:
/usr/src/tools/regression/tmpfs
usr
/
src
/
tools
/
regression
/
tmpfs
/
📁
..
📄
Makefile
(644 B)
📄
h_funcs.subr
(4.7 KB)
📄
h_tools.c
(6.75 KB)
📄
t_create
(2.91 KB)
📄
t_dots
(1.92 KB)
📄
t_exec
(2 KB)
📄
t_link
(3.56 KB)
📄
t_mkdir
(3.24 KB)
📄
t_mount
(2.77 KB)
📄
t_pipes
(1.88 KB)
📄
t_read_write
(2.71 KB)
📄
t_readdir
(2.64 KB)
📄
t_remove
(2.42 KB)
📄
t_rename
(5.29 KB)
📄
t_rmdir
(3.42 KB)
📄
t_setattr
(3.6 KB)
📄
t_sizes
(3.26 KB)
📄
t_sockets
(1.99 KB)
📄
t_statvfs
(2.11 KB)
📄
t_symlink
(2.67 KB)
📄
t_times
(3.46 KB)
📄
t_trail_slash
(1.9 KB)
📄
t_truncate
(2 KB)
📄
t_vnd
(2.58 KB)
📄
t_vnode_leak
(2.14 KB)
Editing: Makefile
# $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 MAN= WARNS?= 4 t_sizes t_sockets t_statvfs: h_tools .include <bsd.prog.mk>
Upload File
Create Folder