Makefile revision 1.33
1# $NetBSD: Makefile,v 1.33 2011/01/13 01:56:44 pgoyette Exp $ 2 3.include <bsd.own.mk> 4.include <bsd.sys.mk> 5 6TESTS_SUBDIRS+= db gen hash ieeefp net regex rpc setjmp stdlib 7TESTS_SUBDIRS+= stdio string sys time ttyio 8 9.if ${HAS_SSP} == "yes" 10TESTS_SUBDIRS+= ssp 11.endif 12 13TESTSDIR= ${TESTSBASE}/lib/libc 14 15TESTS_C+= t_cerror 16TESTS_C+= t_clone 17TESTS_C+= t_context 18TESTS_C+= t_convfp 19TESTS_C+= t_gdtoa 20TESTS_C+= t_hsearch 21TESTS_C+= t_inet 22TESTS_C+= t_ptm 23TESTS_C+= t_randomid 24 25.include <bsd.test.mk> 26