1 # $NetBSD: Makefile,v 1.14 2010/12/31 05:05:43 pgoyette Exp $ 2 3 .include <bsd.own.mk> 4 .include <bsd.sys.mk> 5 6 TESTS_SUBDIRS+= gen hash setjmp stdlib stdio string 7 8 .if ${HAS_SSP} == "yes" 9 TESTS_SUBDIRS+= ssp 10 .endif 11 12 TESTSDIR= ${TESTSBASE}/lib/libc 13 14 TESTS_C+= t_convfp 15 TESTS_C+= t_gdtoa 16 TESTS_C+= t_randomid 17 18 .include <bsd.test.mk> 19