Module Name: src Committed By: pgoyette Date: Sat Dec 25 21:13:40 UTC 2010
Modified Files: src/regress/lib/libc/string: Makefile Removed Files: src/regress/lib/libc/string/memchr: Makefile memchr_test.c src/regress/lib/libc/string/strcat: Makefile strcat_test.c src/regress/lib/libc/string/strchr: Makefile strchr_test.c src/regress/lib/libc/string/strcmp: Makefile strcmp_test.c src/regress/lib/libc/string/strcpy: Makefile strcpy_test.c src/regress/lib/libc/string/strlen: Makefile strlen_test.c src/regress/lib/libc/string/strrchr: Makefile strrchr_test.c Log Message: Remove regress versions of str* tests - they have been atf-ified To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/regress/lib/libc/string/Makefile cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/memchr/Makefile cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/string/memchr/memchr_test.c cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strcat/Makefile \ src/regress/lib/libc/string/strcat/strcat_test.c cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strchr/Makefile cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/string/strchr/strchr_test.c cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strcmp/Makefile \ src/regress/lib/libc/string/strcmp/strcmp_test.c cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strcpy/Makefile \ src/regress/lib/libc/string/strcpy/strcpy_test.c cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strlen/Makefile cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/string/strlen/strlen_test.c cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/strrchr/Makefile \ src/regress/lib/libc/string/strrchr/strrchr_test.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/regress/lib/libc/string/Makefile diff -u src/regress/lib/libc/string/Makefile:1.9 src/regress/lib/libc/string/Makefile:1.10 --- src/regress/lib/libc/string/Makefile:1.9 Sat Aug 12 23:51:12 2006 +++ src/regress/lib/libc/string/Makefile Sat Dec 25 21:13:37 2010 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.9 2006/08/12 23:51:12 christos Exp $ +# $NetBSD: Makefile,v 1.10 2010/12/25 21:13:37 pgoyette Exp $ -SUBDIR+= memchr memmem strcat strchr strcmp strcpy strlen strrchr swab wcsncpy\ - memcpy stresep +SUBDIR+= memmem swab wcsncpy memcpy stresep .include <bsd.subdir.mk>