Hello Bruno, * Bruno Haible wrote on Tue, Oct 30, 2007 at 12:07:42AM CET: > Ralf Wildenhues wrote: > > With this patch in place, the package generated by > > gnulib-tool --with-tests --test > > > > passes 'make distcheck' on GNU/Linux, yay! :-) > > Yeah! But what about NetBSD (the most buggy Unix currently in use)? ;-)
I get three test failures on FreeBSD and Darwin, those are the best non-GNU results. I haven't tried NetBSD yet at all, but will do so later. But before I get to all other test failures, I need to finish posting the last couple of compile/link issues, and revalidate that they haven't been fixed in the last couple of weeks. > > * modules/fbufmode-tests (CLEANFILES): Remove temp file. > > * modules/freadable-tests: (CLEANFILES): Likewise. > > * modules/fwritable-tests: (CLEANFILES): Likewise. > > Since these temporary files are not particularly precious, MOSTLYCLEANFILES > is a better place to list them than CLEANFILES. (For the difference between > 'mostlyclean' and 'clean', see the GNU Coding Standards.) Fine with me, I put them in MOSTLYCLEANFILES. Thanks, Ralf