NetBSD/tests/dev/Makefile

15 lines
293 B
Makefile
Raw Normal View History

2016-08-14 17:55:41 +03:00
# $NetBSD: Makefile,v 1.12 2016/08/14 14:55:42 jakllsch Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev
2016-08-14 17:55:41 +03:00
TESTS_SUBDIRS+= cgd clock_subr fss raidframe
.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
TESTS_SUBDIRS+= audio md scsipi sysmon usb
2012-08-08 17:57:05 +04:00
.endif
.include <bsd.test.mk>