Module Name: src Committed By: jmmv Date: Fri Aug 24 20:24:40 UTC 2012
Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/regex: Makefile src/tests/lib/libtre: Makefile Added Files: src/tests/lib/libc/regex: t_regex.sh t_regex_att.c Removed Files: src/tests/lib/libc/regex: att.c t_regex.awk t_regex.in t_regex_att.in Log Message: Sanitize the regex test cases. - Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program. The former was really a test program, and the latter just a very strange driver for it. - Stop using awk to generate the shell test programs. This is unnecessary and confusing. Instead, change t_regex.sh to generate the test case functions on the fly with eval (as done in many other places). To generate a diff of this commit: cvs rdiff -u -r1.488 -r1.489 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/regex/Makefile cvs rdiff -u -r1.7 -r0 src/tests/lib/libc/regex/att.c cvs rdiff -u -r1.2 -r0 src/tests/lib/libc/regex/t_regex.awk \ src/tests/lib/libc/regex/t_regex_att.in cvs rdiff -u -r1.3 -r0 src/tests/lib/libc/regex/t_regex.in cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/regex/t_regex.sh \ src/tests/lib/libc/regex/t_regex_att.c cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libtre/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.