6dd7be55d5
that test will work. so replace the test data with something a bit more realistic.
14 lines
260 B
Makefile
14 lines
260 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/03/11 10:35:29 pooka Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/shmif_dumpbus
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
TESTS_SH= t_basic
|
|
|
|
FILES+= d_pcap.out.bz2.uue d_pkthdrs.out.bz2.uue shmbus.bz2.uue
|
|
|
|
.include <bsd.test.mk>
|