* master:
tests: merge, tweak and modernize few test scripts
tests: move coverage about BUILT_SOURCES
tests: more meaningful names for some test cases
tests: merge some grepping tests on Yacc support
+ Extra non-trivial changes:
* t/per-target-flags.sh: Sync with the back-ported version that
is in maint and master, that has several bugfixes over the previous
version in ng/master.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
# Test executable-specific and library-specific flags, both with
# and without dependency tracking.
-. ./defs || Exit 1
+. ./defs || exit 1
+ makefiles='Makefile libMakefile Makefile2 libMakefile2'
+
cat > configure.ac << END
AC_INIT([$me], [1.0])
AM_INIT_AUTOMAKE([-Wno-extra-portability])