Home | History | Annotate | Line # | Download | only in stdlib
Makefile revision 1.7
      1  1.7  pgoyette # $NetBSD: Makefile,v 1.7 2011/01/01 23:56:49 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.7  pgoyette TESTS_SH+=	t_getopt        
     15  1.7  pgoyette 
     16  1.7  pgoyette MKMAN=no
     17  1.7  pgoyette 
     18  1.7  pgoyette BINDIR=		${TESTSDIR}
     19  1.7  pgoyette 
     20  1.7  pgoyette PROGS+=		h_getopt h_getopt_long
     21  1.7  pgoyette 
     22  1.4      tron LDADD.t_environment_pth=	-pthread
     23  1.3      tron 
     24  1.1     joerg .include <bsd.test.mk>
     25