1 1.15 pgoyette # $NetBSD: Makefile,v 1.15 2010/12/31 14:36:11 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.12 pgoyette TESTS_SUBDIRS+= gen hash setjmp stdlib stdio string 7 1.11 he 8 1.11 he .if ${HAS_SSP} == "yes" 9 1.11 he TESTS_SUBDIRS+= ssp 10 1.11 he .endif 11 1.1 joerg 12 1.1 joerg TESTSDIR= ${TESTSBASE}/lib/libc 13 1.1 joerg 14 1.15 pgoyette TESTS_C+= t_clone 15 1.15 pgoyette TESTS_C+= t_context 16 1.13 pgoyette TESTS_C+= t_convfp 17 1.13 pgoyette TESTS_C+= t_gdtoa 18 1.15 pgoyette TESTS_C+= t_hsearch 19 1.15 pgoyette TESTS_C+= t_inet 20 1.15 pgoyette TESTS_C+= t_ptm 21 1.13 pgoyette TESTS_C+= t_randomid 22 1.15 pgoyette TESTS_C+= t_strptime 23 1.13 pgoyette 24 1.1 joerg .include <bsd.test.mk> 25