Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.46
      1 # $NetBSD: Makefile,v 1.46 2013/01/27 02:32:39 christos Exp $
      2 
      3 .include "Makefile.inc"
      4 .include <bsd.own.mk>
      5 
      6 SUBDIR+=	tls_dso .WAIT
      7 
      8 TESTS_SUBDIRS+=	c063 db gen hash inet locale net regex rpc setjmp stdlib
      9 TESTS_SUBDIRS+=	stdio string sys termios time tls ttyio
     10 
     11 .if ${HAVE_SSP} == "yes"
     12 TESTS_SUBDIRS+=	ssp
     13 .endif
     14 
     15 TESTSDIR=	${TESTSBASE}/lib/libc
     16 
     17 TESTS_C+=	t_convfp
     18 TESTS_C+=	t_gdtoa
     19 TESTS_C+=	t_cdb
     20 
     21 .include <bsd.test.mk>
     22