Home | History | Annotate | Line # | Download | only in string
Makefile revision 1.5.2.1
      1  1.5.2.1    cherry # $NetBSD: Makefile,v 1.5.2.1 2011/06/23 14:20:40 cherry 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.5.2.1    cherry 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