mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D16395
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/auditpipe
|
|
|
|
ATF_TESTS_C= auditpipe_test
|
|
|
|
TEST_METADATA+= required_user="root"
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|