On Sat, Jan 8, 2011 at 6:10 PM, Paul Goyette <pgoye...@netbsd.org> wrote: > Module Name: src > Committed By: pgoyette > Date: Sat Jan 8 18:10:32 UTC 2011 > > Modified Files: > src/tests/lib/libc: Makefile > Added Files: > src/tests/lib/libc/regex: README debug.c main.c split.c t_regex.awk > t_regex.in test_regex.h > src/tests/lib/libc/regex/data: anchor.in backref.in basic.in bracket.in > c_comments.in complex.in error.in meta.in nospec.in nul.in paren.in > regress.in repet_bounded.in repet_multi.in repet_ordinary.in > startend.in subexp.in subtle.in word_bound.in > > Log Message: > Atf-ify the regex test
I think there is a missing Makefile in this change in src/tests/lib/libc/regex/. I get complains in the checkflist stage about missing files in destdir, but surprisingly not during the build. -- Julio Merino