003 File Manager
Current Path:
/usr/src/tests/sys/kern/execve
usr
/
src
/
tests
/
sys
/
kern
/
execve
/
📁
..
📄
Makefile
(570 B)
📄
Makefile.depend
(254 B)
📄
bad_interp_len
(1.51 KB)
📄
dev_null_script
(41 B)
📄
execve_helper.c
(2.07 KB)
📄
execve_test.sh
(2.4 KB)
📄
good_aout.c
(1.89 KB)
📄
good_script
(38 B)
📄
non_exist_shell
(38 B)
📄
script_arg
(42 B)
📄
script_arg_nospace
(41 B)
Editing: Makefile
# $FreeBSD$ TESTSDIR= ${TESTSBASE}/sys/kern/execve BINDIR= ${TESTSDIR} MAN= ATF_TESTS_SH+= execve_test PROGS+= good_aout PROGS+= execve_helper LDFLAGS.goodaout+= -static CLEANFILES+= empty CLEANFILES+= sparse_aout CLEANFILES+= trunc_aout SCRIPTS+= bad_interp_len SCRIPTS+= dev_null_script SCRIPTS+= empty SCRIPTS+= good_script SCRIPTS+= non_exist_shell SCRIPTS+= script_arg SCRIPTS+= script_arg_nospace SCRIPTS+= sparse_aout SCRIPTS+= trunc_aout empty: @touch $@ sparse_aout: @truncate -s 20480 $@ trunc_aout: @truncate -s 16 $@ .include <bsd.test.mk>
Upload File
Create Folder