On Mon, 2009-06-15 at 16:31 +0200, Jim Meyering wrote: > Now that automake-1.11 will soon be hitting F9, F10, F11, > you may want to use some of its features.
Ok .. after much too much delay, I've now played with this a little, and like it a lot. Patches (with some very minor changes) committed. > diff --git a/tests/lens-test-1 b/tests/lens-test-1 > new file mode 100755 > index 0000000..0accbf5 > --- /dev/null > +++ b/tests/lens-test-1 > @@ -0,0 +1,12 @@ > +#! /bin/sh > +# Run one lens test. > +# Derive names of inputs from the name of this script. > + > +TOPDIR=$(cd $(dirname $0)/.. && pwd) > +[ -n "$abs_top_srcdir" ] || top_srcdir=$TOPDIR That should be abs_top_srcdir. I also added a tests/.gitignore to suppress all those lens-*.sh. David _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
