NetBSD/tests/net/icmp/Makefile
pooka 756d5b62e3 Add another version of the simple ping test, this time written as a
shell script and using rump_server, rump.ifconfig and rump.ping.

XXX: uses rump_allserver for now, though, since i noticed a problem
where the rump kernel syscall vector does not get updated for
dlopen()'d libraries (and hence if you dlopen librumpnet.so, socket()
still gives ENOSYS).  Me be fixink it later.
2010-12-14 11:03:17 +00:00

17 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/12/14 11:03:17 pooka Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/icmp
TESTS_C= t_forward
TESTS_C+= t_ping
TESTS_SH= t_ping2
LDADD+= -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet
LDADD+= -lrump -lrumpuser -lpthread
.include <bsd.test.mk>