1 1.36 pgoyette # $NetBSD: Makefile,v 1.36 2011/01/13 13:53:49 pgoyette Exp $ 2 1.1 joerg 3 1.1 joerg .include <bsd.own.mk> 4 1.11 he .include <bsd.sys.mk> 5 1.1 joerg 6 1.36 pgoyette TESTS_SUBDIRS+= db gen hash ieeefp inet net regex rpc setjmp stdlib 7 1.32 pgoyette TESTS_SUBDIRS+= stdio string sys time ttyio 8 1.16 pgoyette 9 1.11 he .if ${HAS_SSP} == "yes" 10 1.11 he TESTS_SUBDIRS+= ssp 11 1.11 he .endif 12 1.1 joerg 13 1.1 joerg TESTSDIR= ${TESTSBASE}/lib/libc 14 1.1 joerg 15 1.13 pgoyette TESTS_C+= t_convfp 16 1.13 pgoyette TESTS_C+= t_gdtoa 17 1.15 pgoyette TESTS_C+= t_hsearch 18 1.13 pgoyette 19 1.1 joerg .include <bsd.test.mk> 20