Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.35
      1 # $NetBSD: Makefile,v 1.35 2011/01/13 03:19:57 pgoyette Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include <bsd.sys.mk>
      5 
      6 TESTS_SUBDIRS+=	db gen hash ieeefp net regex rpc setjmp stdlib
      7 TESTS_SUBDIRS+=	stdio string sys time ttyio
      8 
      9 .if ${HAS_SSP} == "yes"
     10 TESTS_SUBDIRS+=	ssp
     11 .endif
     12 
     13 TESTSDIR=	${TESTSBASE}/lib/libc
     14 
     15 TESTS_C+=	t_convfp
     16 TESTS_C+=	t_gdtoa
     17 TESTS_C+=	t_hsearch
     18 TESTS_C+=	t_inet
     19 
     20 .include <bsd.test.mk>
     21