This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
How to have distcheck _not_ run check?
- To: Automake List <automake at gnu dot org>
- Subject: How to have distcheck _not_ run check?
- From: Akim Demaille <akim at epita dot fr>
- Date: 31 Aug 2001 16:33:32 +0200
- List-Id: Discussion list for automake <automake.gnu.org>
Is there a means to have distcheck not run check? I am more and more
convinced that it is an error to run check on an non installed tree
(but when developing of course, but distcheck is about something else:
testing in `real' situation), so the project I have my hands on now
have installcheck which runs the test suite on the =inst-installed
tree.
It works fine, but then it takes twice the needed time to run: I just
don't care about that make check.
So, is there is any smart way to avoid this, other that using a
modified distcheck?