Home | History | Annotate | Line # | Download | only in string
Makefile revision 1.5.2.1
      1 # $NetBSD: Makefile,v 1.5.2.1 2011/06/23 14:20:40 cherry Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/lib/libc/string
      6 
      7 TESTS_C+=	t_memcpy
      8 TESTS_C+=	t_memmem
      9 TESTS_C+=	t_memset
     10 TESTS_C+=	t_popcount
     11 TESTS_C+=	t_strerror
     12 TESTS_C+=	t_stresep
     13 TESTS_C+=	t_string
     14 TESTS_C+=	t_swab
     15 
     16 .include <bsd.test.mk>
     17