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 Andrew W. Nosenko
On Sun, Sep 12, 2010 at 01:22, Andrei Kholodnyi wrote: > 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

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 Ralf Wildenhues
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, then IMO two use cases are mixed here in one. > I want to check whether my package is built/installed/uninstalled > prop

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, then IMO two use cases are mixed here in one. >> I want

Re: autotest and make distcheck

2010-09-12 Thread Ralf Wildenhues
* Andrei Kholodnyi wrote on Sun, Sep 12, 2010 at 07:09:58PM CEST: > On Sun, Sep 12, 2010 at 6:19 PM, Ralf Wildenhues wrote: > > > > Well, distcheck (which comes from Automake) really aims to be a "come > > on, let me ensure this package is good in all kinds of ways" target, > > so it also tries out

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;