xref: /freebsd/usr.sbin/syslogd/tests/Makefile (revision b64c5a0ace59af62eff52bfe110a521dc73c937b)
1ATF_TESTS_SH+=	syslogd_test
2# Run in jail with new vnet so we don't need to worry about address conflicts
3TEST_METADATA+=	execenv="jail"
4TEST_METADATA+=	execenv_jail_params="vnet=new"
5# Several syslogd listening on the same port prevent parallel operation
6TEST_METADATA+=	is_exclusive="true"
7TEST_METADATA+=	timeout=20
8
9.include <bsd.test.mk>
10