NetBSD/tests/net/Makefile
pooka 5e6b266d97 Time to start adding tests for the routing code to make that part
of the kernel more approachable.

Begin the task with an xfail test for PR kern/40455.
2011-02-08 10:11:28 +00:00

10 lines
189 B
Makefile

# $NetBSD: Makefile,v 1.9 2011/02/08 10:11:28 pooka Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net
TESTS_SUBDIRS= bpf carp icmp if if_loop net route sys
.include <bsd.test.mk>