This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: make check prerequisites
- To: automake at gnu dot org
- Subject: Re: make check prerequisites
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Jan 2001 15:31:14 -0700
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <20010122172731.A4588@nmrc.ie>
- Reply-To: tromey at redhat dot com
Lars> I know I can override check-TESTS, but I'd prefer not to.
What do you need to do this for?
One way to do your own checking is `check-local'.
I guess we could add `check-hook'.
If you need a particular file built then you can use `check_DATA'.
Tom