1 # $NetBSD: Makefile,v 1.5 2010/12/03 13:11:50 njoly Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/lib/libc/stdlib 6 7 TESTS_C+= t_mi_vector_hash t_environment t_environment_pth 8 TESTS_C+= t_strtox 9 10 LDADD.t_environment_pth= -pthread 11 12 .include <bsd.test.mk> 13