Re: tests: remove unnecessary dependency

2011-06-20 Thread Bruno Haible
Eric Blake wrote: > I seem to recall that the mere use of the progname module was sufficient > to satisfy a link failure that would otherwise occur if error() is > called (via xmalloc or similar), even if the test-foo.c didn't directly > use "progname.h". Yes, this can happen. In these cases, it i

Re: tests: remove unnecessary dependency

2011-06-20 Thread Eric Blake
e that would otherwise occur if error() is called (via xmalloc or similar), even if the test-foo.c didn't directly use "progname.h". But I could be mistaken, and as long as things still link on all platforms, then I'm okay with this change. > 2011-06-17 Bruno Ha

tests: remove unnecessary dependency

2011-06-17 Thread Bruno Haible
tests/test-linkat.c tests/test-renameat.c tests/test-spawn-pipe-main.c tests/test-spawn-pipe-child.c tests/test-utimensat.c This fixes it. Tested on MacOS X and mingw (two notable platforms with non-ELF object file format). 2011-06-17 Bruno Haible Tests: Remove unnecessary depe