Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.5
      1 # $NetBSD: Makefile,v 1.5 2010/07/13 21:13:26 jmmv Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTS_SUBDIRS+=	hash stdlib
      6 
      7 # Disabled for now, only test in there is very expensive
      8 #SUBDIR+=	 string
      9 
     10 TESTSDIR=	${TESTSBASE}/lib/libc
     11 
     12 .include <bsd.test.mk>
     13