Home | History | Annotate | Line # | Download | only in stdlib
Makefile revision 1.9
      1 # $NetBSD: Makefile,v 1.9 2011/01/13 14:32:35 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_hsearch
     11 TESTS_C+=	t_mi_vector_hash
     12 TESTS_C+=	t_posix_memalign
     13 TESTS_C+=	t_strtox
     14 
     15 TESTS_SH+=	t_atexit
     16 TESTS_SH+=	t_getopt        
     17 
     18 MKMAN=no
     19 
     20 BINDIR=		${TESTSDIR}
     21 
     22 PROGS+=		h_atexit
     23 PROGS+=		h_getopt h_getopt_long
     24 
     25 LDADD.t_environment_pth=	-pthread
     26 
     27 .include <bsd.test.mk>
     28