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