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