Home | History | Annotate | Line # | Download | only in string
Makefile revision 1.6
      1  1.6    jruoho # $NetBSD: Makefile,v 1.6 2011/06/03 06:39:52 jruoho 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/string
      6  1.1     joerg 
      7  1.4  pgoyette TESTS_C+=	t_memcpy
      8  1.4  pgoyette TESTS_C+=	t_memmem
      9  1.6    jruoho TESTS_C+=	t_memset
     10  1.4  pgoyette TESTS_C+=	t_popcount
     11  1.5    jruoho TESTS_C+=	t_strerror
     12  1.4  pgoyette TESTS_C+=	t_stresep
     13  1.3  pgoyette TESTS_C+=	t_string
     14  1.4  pgoyette TESTS_C+=	t_swab
     15  1.1     joerg 
     16  1.1     joerg .include <bsd.test.mk>
     17