tests: avoid two spurious failures on FreeBSD
commit4c4f5cf2de8a71c4eb9dad14526215f58e90f918
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 30 Nov 2012 14:33:15 +0000 (30 15:33 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 13 Dec 2012 19:18:09 +0000 (13 20:18 +0100)
tree8a7d7d15358b42da2de80910aa43296abeb851a5
parentd47000c6c7fe974919cb6e256fcc866eb6b19273
tests: avoid two spurious failures on FreeBSD

Due to the FreeBSD make bug that causes of the well-known automake
bug#7884, two of our bison-requiring tests were failing on FreeBSD.
To avoid this, simply skip the part of these tests affected by that
bug.

* t/yacc-bison-skeleton.sh: Here, using the 'yl_distcheck' function.
* t/yacc-bison-skeleton-cxx.sh: Likewise.
* t/yacc-nodist.sh: While at it, use the 'yl_distcheck' here
as well, instead of running "$MAKE distcheck" only when $MAKE
is GNU make.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/yacc-bison-skeleton-cxx.sh
t/yacc-bison-skeleton.sh
t/yacc-nodist.sh