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