Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.7
      1 # $NetBSD: Makefile,v 1.7 2010/11/03 16:10:21 christos Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTS_SUBDIRS+=	gen hash stdlib stdio
      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