how to use TESTSUITEFLAGS. Suggested by Eric Blake.
+2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (Making testsuite Scripts): Add an example
+ how to use TESTSUITEFLAGS. Suggested by Eric Blake.
+
2006-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/autotest.at (Multiline command from M4 expansion):
and manage to have @file{atconfig.in} and @code{$(EXTRA_DIST)}
distributed.
+With all this in place, and if you have not initialized @samp{TESTSUITEFLAGS}
+within your Makefile, you can fine-tune test suite execution with this variable,
+for example:
+
+@example
+make check TESTSUITEFLAGS='-v -d -x 75 -k AC_PROG_CC CFLAGS=-g'
+@end example
+
@c =============================== Frequent Autoconf Questions, with answers