This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: help needed "make check"
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Harald Mitterhofer <Harald dot Mitterhofer at tecco dot at>
- Cc: automake at gnu dot org
- Date: Tue, 14 Jan 2003 22:31:23 +0100
- Subject: Re: help needed "make check"
- References: <3E2419C7.6020806@tecco.at>
>>> "Harald" == Harald Mitterhofer <Harald.Mitterhofer@tecco.at> writes:
[...]
Harald> when I change test-progs or some corresponding, tested source-files,
Harald> only some of the check_PROGRAMS are rebuild on "make check", which is
Harald> what I expect; nevertheless ALL TESTS (also those, not rebuilt) are
Harald> executed, which is a runtime-problem and slows down my "test first"
Harald> development strategy; I only want to run rebuilt tests;
Harald> I searched for another make-target than "check" in the generated
Harald> Makefile, but could not find any;
Harald> I have no idea how to define one myself;
Something like this?
check-new: $(TESTS)
$(MAKE) $(AM_MAKEFLAGS) TESTS='$?' check-TESTS
: > $@
CLEANFILES = check-new
--
Alexandre Duret-Lutz