1 # $NetBSD: Makefile,v 1.32 2011/01/13 00:14:10 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_cerror 16 TESTS_C+= t_clone 17 TESTS_C+= t_context 18 TESTS_C+= t_convfp 19 TESTS_C+= t_gdtoa 20 TESTS_C+= t_hsearch 21 TESTS_C+= t_inet 22 TESTS_C+= t_ptm 23 TESTS_C+= t_randomid 24 25 TESTS_SH+= t_nsdispatch 26 27 BINDIR= ${TESTSDIR} 28 MKMAN= no 29 30 PROGS+= h_nsd_recurse 31 32 LDADD.h_nsd_recurse+= -lpthread 33 LDADD.t_mktime+= -lpthread 34 35 .include <bsd.test.mk> 36