Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.50
      1  1.50    mgorny # $NetBSD: Makefile,v 1.50 2020/03/08 22:08:46 mgorny Exp $
      2   1.1     joerg 
      3  1.41  christos .include "Makefile.inc"
      4   1.1     joerg .include <bsd.own.mk>
      5   1.1     joerg 
      6  1.47    martin SUBDIR+=	tls_dso .WAIT sync
      7  1.38     joerg 
      8  1.49     isaki TESTS_SUBDIRS+=	atomic
      9  1.50    mgorny TESTS_SUBDIRS+=	c063 db gen hash inet locale misc net nls regex rpc setjmp
     10  1.50    mgorny TESTS_SUBDIRS+=	stdlib stdio string sys termios time tls ttyio
     11  1.16  pgoyette 
     12  1.46  christos .if ${HAVE_SSP} == "yes"
     13  1.11        he TESTS_SUBDIRS+=	ssp
     14  1.11        he .endif
     15   1.1     joerg 
     16   1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc
     17   1.1     joerg 
     18  1.13  pgoyette TESTS_C+=	t_convfp
     19  1.13  pgoyette TESTS_C+=	t_gdtoa
     20  1.43     joerg TESTS_C+=	t_cdb
     21  1.13  pgoyette 
     22   1.1     joerg .include <bsd.test.mk>
     23