1 # $NetBSD: Makefile,v 1.8 2011/01/12 19:44:08 pgoyette Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/lib/libc/stdlib 6 7 TESTS_C+= t_div 8 TESTS_C+= t_environment 9 TESTS_C+= t_environment_pth 10 TESTS_C+= t_mi_vector_hash 11 TESTS_C+= t_posix_memalign 12 TESTS_C+= t_strtox 13 14 TESTS_SH+= t_atexit 15 TESTS_SH+= t_getopt 16 17 MKMAN=no 18 19 BINDIR= ${TESTSDIR} 20 21 PROGS+= h_atexit 22 PROGS+= h_getopt h_getopt_long 23 24 LDADD.t_environment_pth= -pthread 25 26 .include <bsd.test.mk> 27