NetBSD/tests/net/mcast/Makefile
ozaki-r 5a83ceea44 Share rump_server start/stop and interface creation/destruction functions
The common functions store socks of rump_servers, interfaces of rump_servers
and buses that intefaces connect and allow to destroy them with common
functions without specifying which socks, interfaces and buses we should
destroy.

This change reduces lots of similar setup/cleanup codes.
2016-11-25 08:51:16 +00:00

18 lines
307 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/11/25 08:51:16 ozaki-r Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/mcast
.for name in mcast
TESTS_SH+= t_${name}
TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh
.endfor
PROGS= mcast
MAN.mcast= # empty
BINDIR.mcast= ${TESTSDIR}
.include <bsd.test.mk>