NetBSD/tests/dev/dm/Makefile
haad 06d49ab5e3 Import new test program for device-mapper driver it currently call dm_version_list
and dm_targets_list ioctl to test if dm driver inside rump works.

It will be disable for now, because I need to find out why if I run this
test by atf-run it fails while running h_dm by hand works.

XXX. component.c in rump/libdm calls devsw_attach before dm_modcmd can do
that therefore unmodified modcmd returns error.
2010-10-06 11:24:55 +00:00

28 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/10/06 11:24:55 haad Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev/dm
FILESDIR= ${TESTSDIR}
TESTS_SH= t_dm
TESTS_C= h_dm
ATFFILE= yes
LDADD+= -lprop -lutil
LDADD+= -lrumpdev_disk -lrumpdev_dm
LDADD+= -lrumpdev -lrumpvfs
LDADD+= -lrump
LDADD+= -lrumpuser -lpthread
FILES= t_dm_disk_1.bz2.uue t_dm_disk_2.bz2.uue t_dm_disk_3.bz2.uue
WARNS= 4
NOMAN=
.include <bsd.test.mk>