1 # $NetBSD: Makefile,v 1.49 2019/02/17 12:24:17 isaki Exp $ 2 3 .include "Makefile.inc" 4 .include <bsd.own.mk> 5 6 SUBDIR+= tls_dso .WAIT sync 7 8 TESTS_SUBDIRS+= atomic 9 TESTS_SUBDIRS+= c063 db gen hash inet locale misc net regex rpc setjmp stdlib 10 TESTS_SUBDIRS+= stdio string sys termios time tls ttyio 11 12 .if ${HAVE_SSP} == "yes" 13 TESTS_SUBDIRS+= ssp 14 .endif 15 16 TESTSDIR= ${TESTSBASE}/lib/libc 17 18 TESTS_C+= t_convfp 19 TESTS_C+= t_gdtoa 20 TESTS_C+= t_cdb 21 22 .include <bsd.test.mk> 23