![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / src / tests / sbin / sysctl / Makefile (download)
Revision 1.3, Sat Jun 27 08:50:46 2020 UTC (8 months ago) by jruoho
Add a simple test case that writes random garbage to (almost) every sysctl node. This test reproduced already at least five unique panics in a few quick runs. The test is skipped by default as it is not likely safe even without the panics. |
# $NetBSD: Makefile,v 1.3 2020/06/27 08:50:46 jruoho Exp $ .include <bsd.own.mk> TESTSDIR= ${TESTSBASE}/sbin/sysctl TESTS_SH= t_perm t_random_garbage t_sysctl .include <bsd.test.mk>