automake
[Top][All Lists]
Advanced

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

Re: help needed "make check"


From: Alexandre Duret-Lutz
Subject: Re: help needed "make check"
Date: Tue, 14 Jan 2003 22:31:23 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

>>> "Harald" == Harald Mitterhofer <address@hidden> 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





reply via email to

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