Makefile revision 1.15
1# $NetBSD: Makefile,v 1.15 2010/12/31 14:36:11 pgoyette Exp $ 2 3.include <bsd.own.mk> 4.include <bsd.sys.mk> 5 6TESTS_SUBDIRS+= gen hash setjmp stdlib stdio string 7 8.if ${HAS_SSP} == "yes" 9TESTS_SUBDIRS+= ssp 10.endif 11 12TESTSDIR= ${TESTSBASE}/lib/libc 13 14TESTS_C+= t_clone 15TESTS_C+= t_context 16TESTS_C+= t_convfp 17TESTS_C+= t_gdtoa 18TESTS_C+= t_hsearch 19TESTS_C+= t_inet 20TESTS_C+= t_ptm 21TESTS_C+= t_randomid 22TESTS_C+= t_strptime 23 24.include <bsd.test.mk> 25