Home | History | Annotate | Line # | Download | only in stdlib
Makefile revision 1.3
      1  1.3      tron # $NetBSD: Makefile,v 1.3 2010/11/14 19:19:24 tron 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.2  christos TESTS_C+=	t_mi_vector_hash t_environment
      8  1.1     joerg 
      9  1.3      tron LDADD.t_environment=	-pthread
     10  1.3      tron 
     11  1.1     joerg .include <bsd.test.mk>
     12