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