Home | History | Annotate | Line # | Download | only in stdlib
Makefile revision 1.6
      1  1.6  pgoyette # $NetBSD: Makefile,v 1.6 2010/12/23 15:27:44 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.6  pgoyette TESTS_C+=	t_div t_mi_vector_hash t_environment t_environment_pth
      8  1.5     njoly TESTS_C+=	t_strtox
      9  1.1     joerg 
     10  1.4      tron LDADD.t_environment_pth=	-pthread
     11  1.3      tron 
     12  1.1     joerg .include <bsd.test.mk>
     13