autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autotest and make distcheck


From: Andrei Kholodnyi
Subject: autotest and make distcheck
Date: Sun, 12 Sep 2010 00:22:08 +0200

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)
        $(SHELL) $(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITEFLAGS)

and it fails if tests are not passed.

What would be a proper solution for that?

Thanks,
Andrei.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]