autotest and make distcheck

2010-09-12 Thread Andrei Kholodnyi
I have integrated autotest in my project as described here: http://www.gnu.org/software/autoconf/manual/autoconf.html#Using-Autotest. However I have following problem now. If I do "make distcheck" it starts executing all my tests as well, since there is a installcheck-local: atconfig $(TESTSUITE)

Re: autotest and make distcheck

2010-09-12 Thread Andrei Kholodnyi
> Running testsuite at the "make distcheck" is not a problem but intended goal. Well, then IMO two use cases are mixed here in one. I want to check whether my package is built/installed/uninstalled properly. This is my first use case. And I want to test/or not my installed package. This is my seco

Re: autotest and make distcheck

2010-09-12 Thread Andrei Kholodnyi
On Sun, Sep 12, 2010 at 6:19 PM, Ralf Wildenhues wrote: > Hello Andrei, > > * Andrei Kholodnyi wrote on Sun, Sep 12, 2010 at 06:01:01PM CEST: >> > Running testsuite at the "make distcheck" is not a problem but intended >> > goal. >> >> Well, t

Re: autotest and make distcheck

2010-09-12 Thread Andrei Kholodnyi
> For example, the Libtool testsuite does something like this in the > LT_AT_EXEC_CHECK macro in > . > You would probably have to use something slightly different in your > package, since that macro is pretty tailored to Libtool;