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.
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf