summaryrefslogtreecommitdiff
path: root/tests/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2012-08-08 13:57:05 +0000
committerchristos <christos@NetBSD.org>2012-08-08 13:57:05 +0000
commit56f678e2e5074f861eb5cbb69e33cc7e454e6d9f (patch)
tree267140dcd87e6f7d56e900fadabd42e5bee74cc2 /tests/dev
parent352341b4a089d4c2739eb89a5e3a5360626b655d (diff)
Exclude tests that use rump
Diffstat (limited to 'tests/dev')
-rw-r--r--tests/dev/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/dev/Makefile b/tests/dev/Makefile
index 01365e68d19..b9037474875 100644
--- a/tests/dev/Makefile
+++ b/tests/dev/Makefile
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2010/12/15 20:40:17 pooka Exp $
+# $NetBSD: Makefile,v 1.8 2012/08/08 13:57:05 christos Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev
-TESTS_SUBDIRS+= audio cgd md raidframe scsipi sysmon
+TESTS_SUBDIRS+= cgd raidframe
+.if (${MKRUMP} != "no")
+TESTS_SUBDIRS+= audio md scsipi sysmon
+.endif
+
.include <bsd.test.mk>