Home | History | Annotate | Line # | Download | only in string
Makefile revision 1.4
      1 # $NetBSD: Makefile,v 1.4 2010/12/26 13:35:54 pgoyette 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_popcount
     10 TESTS_C+=	t_stresep
     11 TESTS_C+=	t_string
     12 TESTS_C+=	t_swab
     13 
     14 .include <bsd.test.mk>
     15