1 # $NetBSD: Makefile,v 1.37 2011/01/13 14:32:35 pgoyette Exp $ 2 3 .include <bsd.own.mk> 4 .include <bsd.sys.mk> 5 6 TESTS_SUBDIRS+= db gen hash ieeefp inet 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 18 .include <bsd.test.mk> 19