Makefile revision 1.9
11.9Sshm# $NetBSD: Makefile,v 1.9 2014/06/23 10:53:20 shm Exp $ 21.1Sjoerg 31.1Sjoerg.include <bsd.own.mk> 41.1Sjoerg 51.1SjoergTESTSDIR= ${TESTSBASE}/lib/libc/string 61.1Sjoerg 71.9SshmTESTS_C+= t_bm 81.7SjruohoTESTS_C+= t_memchr 91.4SpgoyetteTESTS_C+= t_memcpy 101.4SpgoyetteTESTS_C+= t_memmem 111.6SjruohoTESTS_C+= t_memset 121.4SpgoyetteTESTS_C+= t_popcount 131.7SjruohoTESTS_C+= t_strcat 141.7SjruohoTESTS_C+= t_strchr 151.7SjruohoTESTS_C+= t_strcmp 161.7SjruohoTESTS_C+= t_strcpy 171.8SjoergTESTS_C+= t_strcspn 181.5SjruohoTESTS_C+= t_strerror 191.4SpgoyetteTESTS_C+= t_stresep 201.7SjruohoTESTS_C+= t_strlen 211.8SjoergTESTS_C+= t_strpbrk 221.7SjruohoTESTS_C+= t_strrchr 231.8SjoergTESTS_C+= t_strspn 241.4SpgoyetteTESTS_C+= t_swab 251.1Sjoerg 261.7SjruohoWARNS= 4 271.7Sjruoho 281.1Sjoerg.include <bsd.test.mk> 29