Hi, On Wed, 17 Sep 2003, Steve M. Robbins wrote:
>> I should have written: "My test scripts are automatically generated >> by the Make software (not the "make" command) and then run". >> Actually, the scripts are both generated and run by "make check". > > OK. But you can have them generated by "make", if you like, and > then my suggestion works. Just list the scripts as targets of the > noinst_PROGRAMS variable rather than check_PROGRAMS. Yes, but I am reluctant to do it your way. Even when the test scripts are built by executing "make", still some other errors might occur while the command "make check" is running (I guess so, even though I am unable to name those potential errors), and I do not want to ignore them with the "-k" option. I would like Automake to generate such a piece of Makefile.in that would ignore errors from the test cases only. Thanks & best, Irek