mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 14:01:59 +01:00
Integrate sbin/ifconfig/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
bbae23a725
commit
b219c275cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276668
@ -308,7 +308,6 @@ OLD_DIRS+=usr/include/clang/3.4
|
||||
OLD_FILES+=usr/share/mk/src.opts.mk
|
||||
# 20140505: Reject PR kern/187551
|
||||
OLD_DIRS+=usr/tests/sbin/ifconfig
|
||||
OLD_FILES+=usr/tests/sbin/ifconfig/Kyuafile
|
||||
OLD_FILES+=usr/tests/sbin/ifconfig/fibs_test
|
||||
# 20140502: Removal of lindev(4)
|
||||
OLD_FILES+=usr/share/man/man4/lindev.4.gz
|
||||
|
@ -160,6 +160,8 @@
|
||||
..
|
||||
growfs
|
||||
..
|
||||
ifconfig
|
||||
..
|
||||
mdconfig
|
||||
..
|
||||
..
|
||||
|
@ -65,4 +65,8 @@ MAN= ifconfig.8
|
||||
CFLAGS+= -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs
|
||||
WARNS?= 2
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
SUBDIR+= tests
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
13
sbin/ifconfig/tests/Makefile
Normal file
13
sbin/ifconfig/tests/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
OBJTOP= ${.OBJDIR}/../../..
|
||||
SRCTOP= ${.CURDIR}/../../..
|
||||
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/sbin/ifconfig
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/sbin/ifconfig
|
||||
|
||||
NETBSD_ATF_TESTS_SH= nonexistent_test
|
||||
|
||||
.include <netbsd-tests.test.mk>
|
||||
|
||||
.include <bsd.test.mk>
|
Loading…
Reference in New Issue
Block a user