From 29b28954b6287cdbfb454e89aae39fefae091a30 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 2 Oct 2014 19:53:37 +0000 Subject: - Add a test for bug 191427 where pw(8) will go into an infinite loop Reviewed by: will MFC after: 1 month --- pw/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pw/Makefile') diff --git a/pw/Makefile b/pw/Makefile index eae0b87..8c5acf9 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -11,4 +11,10 @@ WARNS?= 2 DPADD= ${LIBCRYPT} ${LIBUTIL} LDADD= -lcrypt -lutil +.include + +.if ${MK_TESTS} != "no" +SUBDIR+= tests +.endif + .include -- cgit v1.2.3-56-ge451