summaryrefslogtreecommitdiff
path: root/tests/usr.bin/Makefile
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-05-03 08:36:15 +0000
committerjruoho <jruoho@NetBSD.org>2011-05-03 08:36:15 +0000
commit728d57f9b0bac0a0d8341ce95d4e977a12f62994 (patch)
tree6aa39de6f409d7a4c3f5453d4db7c1960a7bf82b /tests/usr.bin/Makefile
parent5e53798d76f15a78c48501a10ef405d31a5cec7e (diff)
Add a test for PR bin/41880.
Diffstat (limited to 'tests/usr.bin/Makefile')
-rw-r--r--tests/usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/Makefile b/tests/usr.bin/Makefile
index 9d4f3087b3a..6edf0a57e77 100644
--- a/tests/usr.bin/Makefile
+++ b/tests/usr.bin/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2011/05/03 07:23:19 jruoho Exp $
+# $NetBSD: Makefile,v 1.4 2011/05/03 08:36:15 jruoho Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/usr.bin
-TESTS_SUBDIRS+= rump_server shmif_dumpbus unifdef
+TESTS_SUBDIRS+= pr rump_server shmif_dumpbus unifdef
.include <bsd.test.mk>