003 File Manager
Current Path:
/usr/src/tests/sys/net/routing
usr
/
src
/
tests
/
sys
/
net
/
routing
/
📁
..
📄
Makefile
(437 B)
📄
generic_cleanup.sh
(1.42 KB)
📄
params.h
(1.56 KB)
📄
rtsock_common.h
(20.92 KB)
📄
rtsock_config.h
(5.26 KB)
📄
rtsock_print.h
(9.58 KB)
📄
test_rtsock_l3.c
(42.83 KB)
📄
test_rtsock_lladdr.c
(13.46 KB)
Editing: Makefile
# $FreeBSD$ PACKAGE= tests WARNS?= 1 TESTSDIR= ${TESTSBASE}/sys/net/routing ATF_TESTS_C += test_rtsock_l3 ATF_TESTS_C += test_rtsock_lladdr ${PACKAGE}FILES+= generic_cleanup.sh ${PACKAGE}FILESMODE_generic_cleanup.sh=0555 # Most of the tests operates on a common IPv4/IPv6 prefix, # so running them in parallel will lead to weird results. TEST_METADATA+= is_exclusive=true CFLAGS+= -I${.CURDIR:H:H:H} .include <bsd.test.mk>
Upload File
Create Folder