bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] test pread (using the new init.sh framework)


From: Eric Blake
Subject: Re: [PATCH 2/2] test pread (using the new init.sh framework)
Date: Wed, 25 Nov 2009 15:28:25 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Jim Meyering <jim <at> meyering.net> writes:

>     #!/bin/sh
>     : ${srcdir=.} ${builddir=.}

According to the autoconf manual, $builddir is rigourously equal to '.', from 
within autoconf-generated files (such as Makefile built from Makefile.in).  I 
can see keeping this line so that you can run the script by hand from some 
other directory after the fact...

> +TESTS_ENVIRONMENT += \
> +  srcdir='$(srcdir)' \
> +  builddir='$(builddir)'

...but since builddir is constant within the Makefile, then why do we need to 
bother passing it via TESTS_ENVIRONMENT?  I could, however, see the potential 
use of $(abs_builddir).

>  create mode 100644 tests/test-pread.sh

Oops; this needs an executable bit.

> +: ${srcdir=.} ${builddir=.}
> +. $srcdir/init.sh --set-path=$builddir
> +
> +fail=0;

Should we hoist fail=0 into init.sh, as was done in coreutils?

-- 
Eric Blake






reply via email to

[Prev in Thread] Current Thread [Next in Thread]